Html Css Color HEX #4291DC Picton Blue

📋 copy color: '#4291DC'

red 66 ◦ green 145 ◦ blue 220

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

Shades of Picton Blue #4291DC

Tints of Picton Blue #4291DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 15.31%
G = 33.64%
B = 51.04%

CMYK

 C value IS 0.7

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4291DC (or 0x4291DC) is known color: Picton Blue. HEX triplet: 42, 91 and DC. RGB value is (66,145,220). Sum of RGB (Red+Green+Blue) = 66+145+220=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #4291DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4291DC is #BD6E23. Grayscale: #818181. Windows color (decimal): -12414500 or 14455106. OLE color: 14455106.

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

Color convert

RGB 66 145 220 -
CMYK 0.7 0.34 0 0.14
HSL 209.22º 0.69% 0.56% -
HSV(B) 209.22º 0.7% 0.86% -
XYZ 25.29 26.58 71.51 -
YUV 129.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 66 145 220 0.7 0.34 0 0.14 209.22 0.69 0.56
Hex 42 91 DC 46 22 0 E D1 45 38
Octal 102 221 334 106 42 0 16 321 105 70
Binary 1000010 10010001 11011100 1000110 100010 0 1110 11010001 1000101 111000

Color Harmonies of #4291DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4291DC

Black with #4291DC

Text Example


Text Example

White with #4291DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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