Html Css Color HEX #4992CE Picton Blue

📋 copy color: '#4992CE'

red 73 ◦ green 146 ◦ blue 206

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

Shades of Picton Blue #4992CE

Tints of Picton Blue #4992CE

RGB

 RED value IS 73 (28.91% from 255) = 17.18%

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

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

R = 17.18%
G = 34.35%
B = 48.47%

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

#4992CE (or 0x4992CE) is known color: Picton Blue. HEX triplet: 49, 92 and CE. RGB value is (73,146,206). Sum of RGB (Red+Green+Blue) = 73+146+206=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #4992CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992CE is #B66D31. Grayscale: #828282. Windows color (decimal): -11955506 or 13537865. OLE color: 13537865.

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

Color convert

RGB 73 146 206 -
CMYK 0.65 0.29 0 0.19
HSL 207.07º 0.58% 0.55% -
HSV(B) 207.07º 0.65% 0.81% -
XYZ 24.17 26.43 62.22 -
YUV 131.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 73 146 206 0.65 0.29 0 0.19 207.07 0.58 0.55
Hex 49 92 CE 41 1D 0 13 CF 3A 37
Octal 111 222 316 101 35 0 23 317 72 67
Binary 1001001 10010010 11001110 1000001 11101 0 10011 11001111 111010 110111

Color Harmonies of #4992CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4992CE

Black with #4992CE

Text Example


Text Example

White with #4992CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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