Html Css Color HEX #4892CE Picton Blue

📋 copy color: '#4892CE'

red 72 ◦ green 146 ◦ blue 206

#4892CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #4892CE

Tints of Picton Blue #4892CE

RGB

 RED value IS 72 (28.52% from 255) = 16.98%

 GREEN value IS 146 (57.42% from 255) = 34.43%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 16.98%
G = 34.43%
B = 48.58%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4892CE (or 0x4892CE) is known color: Picton Blue. HEX triplet: 48, 92 and CE. RGB value is (72,146,206). Sum of RGB (Red+Green+Blue) = 72+146+206=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #4892CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4892CE is #B76D31. Grayscale: #828282. Windows color (decimal): -12021042 or 13537864. OLE color: 13537864.

HSL color Cylindrical-coordinate representation of color #4892CE: hue angle of 206.87º 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 #4892CE is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 146 206 -
CMYK 0.65 0.29 0 0.19
HSL 206.87º 0.58% 0.55% -
HSV(B) 206.87º 0.65% 0.81% -
XYZ 24.09 26.39 62.22 -
YUV 130.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 72 146 206 0.65 0.29 0 0.19 206.87 0.58 0.55
Hex 48 92 CE 41 1D 0 13 CF 3A 37
Octal 110 222 316 101 35 0 23 317 72 67
Binary 1001000 10010010 11001110 1000001 11101 0 10011 11001111 111010 110111

Color Harmonies of #4892CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4892CE

Black with #4892CE

Text Example


Text Example

White with #4892CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4892CE;
 }
 .AnyTagClassName
 {
   color: #4892CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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