#4497D0

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

Shades of Picton Blue #4497D0

Tints of Picton Blue #4497D0

Color information

#4497D0 (or 0x4497D0) is unknown color: approx Picton Blue. HEX triplet: 44, 97 and D0. RGB value is (68,151,208). Sum of RGB (Red+Green+Blue) = 68+151+208=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #4497D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4497D0 is #BB682F. Grayscale: #848484. Windows color (decimal): -12281904 or 13670212. OLE color: 13670212.

HSL color Cylindrical-coordinate representation of color #4497D0: hue angle of 204.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4497D0 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68151208-
CMYK0.670.2700.18
HSL204.43º59.83%54.12%-
HSV(B)204.43º67.31%81.57%-
XYZ24.8427.9263.75-
YUV132.68170.581.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.93%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 208 (81.64% from 255) = 48.71%
R=15.93%
G=35.36%
B=48.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681512080.670.2700.18204.4359.8354.12
Hex4497D0431B012cc3c36
Octal104227320103330223147466
Binary1000100100101111101000010000111101101001011001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4497D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4497D0; }

 p { color: rgb(68,151,208); }

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

<style>
 a { background-color: #4497D0; }

 a { background-color: rgb(68,151,208); }

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

<style>
 span { border-color: #4497D0; }

 span { border-color: rgb(68,151,208); }

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