#4B99CA

Color #4B99CA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4B99CA

Tints of Picton Blue #4B99CA

Color information

#4B99CA (or 0x4B99CA) is unknown color: approx Picton Blue. HEX triplet: 4B, 99 and CA. RGB value is (75,153,202). Sum of RGB (Red+Green+Blue) = 75+153+202=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B99CA is #B46635. Grayscale: #868686. Windows color (decimal): -11822646 or 13277515. OLE color: 13277515.

HSL color Cylindrical-coordinate representation of color #4B99CA: hue angle of 203.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B99CA is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75153202-
CMYK0.630.2400.21
HSL203.15º54.51%54.31%-
HSV(B)203.15º62.87%79.22%-
XYZ24.9528.5460.07-
YUV135.26165.6685.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 17.44%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=17.44%
G=35.58%
B=46.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751532020.630.2400.21203.1554.5154.31
Hex4B99CA3F18015cb3736
Octal11323131277300253136766
Binary100101110011001110010101111111100001010111001011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B99CA; }

 p { color: rgb(75,153,202); }

 H1.HeaderClassName
 {
   color: #4B99CA;
 }
 .AnyTagClassName
 {
   color: #4B99CA;
 }
</style>
background-color css

<style>
 a { background-color: #4B99CA; }

 a { background-color: rgb(75,153,202); }

 div.DivClassName
 {
   background-color: #4B99CA;
 }
 .BgClassName
 {
   background-color: #4B99CA;
 }
</style>
border-color css

<style>
 span { border-color: #4B99CA; }

 span { border-color: rgb(75,153,202); }

 td.TdClassName
 {
   border-color: #4B99CA;
 }
 .TagClassName
 {
   border-color: #4B99CA;
 }
</style>