#4998CB

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

Shades of Picton Blue #4998CB

Tints of Picton Blue #4998CB

Color information

#4998CB (or 0x4998CB) is unknown color: approx Picton Blue. HEX triplet: 49, 98 and CB. RGB value is (73,152,203). Sum of RGB (Red+Green+Blue) = 73+152+203=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #4998CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998CB is #B66734. Grayscale: #858585. Windows color (decimal): -11953973 or 13342793. OLE color: 13342793.

HSL color Cylindrical-coordinate representation of color #4998CB: hue angle of 203.54º 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 #4998CB is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73152203-
CMYK0.640.2500.20
HSL203.54º55.56%54.12%-
HSV(B)203.54º64.04%79.61%-
XYZ24.7628.1860.64-
YUV134.19166.8384.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=17.06%
G=35.51%
B=47.43%

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
Decimal731522030.640.2500.20203.5455.5654.12
Hex4998CB4019014cc3836
Octal111230313100310243147066
Binary1001001100110001100101110000001100101010011001100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4998CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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