#4999CB

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

Shades of Picton Blue #4999CB

Tints of Picton Blue #4999CB

Color information

#4999CB (or 0x4999CB) is unknown color: approx Picton Blue. HEX triplet: 49, 99 and CB. RGB value is (73,153,203). Sum of RGB (Red+Green+Blue) = 73+153+203=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #4999CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999CB is #B66634. Grayscale: #868686. Windows color (decimal): -11953717 or 13343049. OLE color: 13343049.

HSL color Cylindrical-coordinate representation of color #4999CB: hue angle of 203.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4999CB is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73153203-
CMYK0.640.2500.20
HSL203.08º55.56%54.12%-
HSV(B)203.08º64.04%79.61%-
XYZ24.9228.5160.69-
YUV134.78166.583.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.02%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=17.02%
G=35.66%
B=47.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731532030.640.2500.20203.0855.5654.12
Hex4999CB4019014cb3836
Octal111231313100310243137066
Binary1001001100110011100101110000001100101010011001011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4999CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4999CB; }

 p { color: rgb(73,153,203); }

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

<style>
 a { background-color: #4999CB; }

 a { background-color: rgb(73,153,203); }

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

<style>
 span { border-color: #4999CB; }

 span { border-color: rgb(73,153,203); }

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