Html Css Color HEX #4291DB Picton Blue

📋 copy color: '#4291DB'

red 66 ◦ green 145 ◦ blue 219

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

Shades of Picton Blue #4291DB

Tints of Picton Blue #4291DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

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

R = 15.35%
G = 33.72%
B = 50.93%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4291DB (or 0x4291DB) is known color: Picton Blue. HEX triplet: 42, 91 and DB. RGB value is (66,145,219). Sum of RGB (Red+Green+Blue) = 66+145+219=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #4291DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4291DB is #BD6E24. Grayscale: #818181. Windows color (decimal): -12414501 or 14389570. OLE color: 14389570.

HSL color Cylindrical-coordinate representation of color #4291DB: hue angle of 209.02º 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 #4291DB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 145 219 -
CMYK 0.70 0.34 0 0.14
HSL 209.02º 0.68% 0.56% -
HSV(B) 209.02º 0.7% 0.86% -
XYZ 25.16 26.52 70.81 -
YUV 129.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 66 145 219 0.70 0.34 0 0.14 209.02 0.68 0.56
Hex 42 91 DB 46 22 0 E D1 44 38
Octal 102 221 333 106 42 0 16 321 104 70
Binary 1000010 10010001 11011011 1000110 100010 0 1110 11010001 1000100 111000

Color Harmonies of #4291DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4291DB

Black with #4291DB

Text Example


Text Example

White with #4291DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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