Html Css Color HEX #4992DF Picton Blue

📋 copy color: '#4992DF'

red 73 ◦ green 146 ◦ blue 223

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

Shades of Picton Blue #4992DF

Tints of Picton Blue #4992DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 16.52%
G = 33.03%
B = 50.45%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4992DF (or 0x4992DF) is known color: Picton Blue. HEX triplet: 49, 92 and DF. RGB value is (73,146,223). Sum of RGB (Red+Green+Blue) = 73+146+223=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #4992DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992DF is #B66D20. Grayscale: #848484. Windows color (decimal): -11955489 or 14651977. OLE color: 14651977.

HSL color Cylindrical-coordinate representation of color #4992DF: hue angle of 210.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4992DF is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 146 223 -
CMYK 0.67 0.35 0 0.13
HSL 210.8º 0.7% 0.58% -
HSV(B) 210.8º 0.67% 0.87% -
XYZ 26.35 27.3 73.69 -
YUV 132.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 73 146 223 0.67 0.35 0 0.13 210.8 0.7 0.58
Hex 49 92 DF 43 23 0 D D3 46 3A
Octal 111 222 337 103 43 0 15 323 106 72
Binary 1001001 10010010 11011111 1000011 100011 0 1101 11010011 1000110 111010

Color Harmonies of #4992DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4992DF

Black with #4992DF

Text Example


Text Example

White with #4992DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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