#4892CF

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

Shades of Picton Blue #4892CF

Tints of Picton Blue #4892CF

Color information

#4892CF (or 0x4892CF) is unknown color: approx Picton Blue. HEX triplet: 48, 92 and CF. RGB value is (72,146,207). Sum of RGB (Red+Green+Blue) = 72+146+207=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #4892CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4892CF is #B76D30. Grayscale: #828282. Windows color (decimal): -12021041 or 13603400. OLE color: 13603400.

HSL color Cylindrical-coordinate representation of color #4892CF: hue angle of 207.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4892CF is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72146207-
CMYK0.650.2900.19
HSL207.11º58.44%54.71%-
HSV(B)207.11º65.22%81.18%-
XYZ24.2126.4462.86-
YUV130.83170.9886.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 207 (81.25% from 255) = 48.71%
R=16.94%
G=34.35%
B=48.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721462070.650.2900.19207.1158.4454.71
Hex4892CF411D013cf3a37
Octal110222317101350233177267
Binary1001000100100101100111110000011110101001111001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4892CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4892CF; }

 p { color: rgb(72,146,207); }

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

<style>
 a { background-color: #4892CF; }

 a { background-color: rgb(72,146,207); }

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

<style>
 span { border-color: #4892CF; }

 span { border-color: rgb(72,146,207); }

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