Html Css Color HEX #4992DB Picton Blue

📋 copy color: '#4992DB'

red 73 ◦ green 146 ◦ blue 219

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

Shades of Picton Blue #4992DB

Tints of Picton Blue #4992DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 16.67%
G = 33.33%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4992DB (or 0x4992DB) is known color: Picton Blue. HEX triplet: 49, 92 and DB. RGB value is (73,146,219). Sum of RGB (Red+Green+Blue) = 73+146+219=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #4992DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992DB is #B66D24. Grayscale: #848484. Windows color (decimal): -11955493 or 14389833. OLE color: 14389833.

HSL color Cylindrical-coordinate representation of color #4992DB: hue angle of 210º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4992DB is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 146 219 -
CMYK 0.67 0.33 0 0.14
HSL 210º 0.67% 0.57% -
HSV(B) 210º 0.67% 0.86% -
XYZ 25.81 27.09 70.89 -
YUV 132.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 73 146 219 0.67 0.33 0 0.14 210 0.67 0.57
Hex 49 92 DB 43 21 0 E D2 43 39
Octal 111 222 333 103 41 0 16 322 103 71
Binary 1001001 10010010 11011011 1000011 100001 0 1110 11010010 1000011 111001

Color Harmonies of #4992DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4992DB

Black with #4992DB

Text Example


Text Example

White with #4992DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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