Html Css Color HEX #4292DB Picton Blue

📋 copy color: '#4292DB'

red 66 ◦ green 146 ◦ blue 219

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

Shades of Picton Blue #4292DB

Tints of Picton Blue #4292DB

RGB

 RED value IS 66 (26.17% from 255) = 15.31%

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

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

R = 15.31%
G = 33.87%
B = 50.81%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4292DB (or 0x4292DB) is known color: Picton Blue. HEX triplet: 42, 92 and DB. RGB value is (66,146,219). Sum of RGB (Red+Green+Blue) = 66+146+219=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #4292DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4292DB is #BD6D24. Grayscale: #828282. Windows color (decimal): -12414245 or 14389826. OLE color: 14389826.

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

Color convert

RGB 66 146 219 -
CMYK 0.70 0.33 0 0.14
HSL 208.63º 0.68% 0.56% -
HSV(B) 208.63º 0.7% 0.86% -
XYZ 25.31 26.83 70.86 -
YUV 130.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 66 146 219 0.70 0.33 0 0.14 208.63 0.68 0.56
Hex 42 92 DB 46 21 0 E D1 44 38
Octal 102 222 333 106 41 0 16 321 104 70
Binary 1000010 10010010 11011011 1000110 100001 0 1110 11010001 1000100 111000

Color Harmonies of #4292DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4292DB

Black with #4292DB

Text Example


Text Example

White with #4292DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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