#4997CB

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

Shades of Picton Blue #4997CB

Tints of Picton Blue #4997CB

Color information

#4997CB (or 0x4997CB) is unknown color: approx Picton Blue. HEX triplet: 49, 97 and CB. RGB value is (73,151,203). Sum of RGB (Red+Green+Blue) = 73+151+203=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #4997CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997CB is #B66834. Grayscale: #858585. Windows color (decimal): -11954229 or 13342537. OLE color: 13342537.

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

Color convert

RGB73151203-
CMYK0.640.2600.20
HSL204º55.56%54.12%-
HSV(B)204º64.04%79.61%-
XYZ24.5927.8660.58-
YUV133.61167.1684.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=17.10%
G=35.36%
B=47.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731512030.640.2600.2020455.5654.12
Hex4997CB401A014cc3836
Octal111227313100320243147066
Binary1001001100101111100101110000001101001010011001100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4997CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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