Html Css Color HEX #4491DE Picton Blue

📋 copy color: '#4491DE'

red 68 ◦ green 145 ◦ blue 222

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

Shades of Picton Blue #4491DE

Tints of Picton Blue #4491DE

RGB

 RED value IS 68 (26.95% from 255) = 15.63%

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 15.63%
G = 33.33%
B = 51.03%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4491DE (or 0x4491DE) is known color: Picton Blue. HEX triplet: 44, 91 and DE. RGB value is (68,145,222). Sum of RGB (Red+Green+Blue) = 68+145+222=435 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.63% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #4491DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491DE is #BB6E21. Grayscale: #828282. Windows color (decimal): -12283426 or 14586180. OLE color: 14586180.

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

Color convert

RGB 68 145 222 -
CMYK 0.69 0.35 0 0.13
HSL 210º 0.7% 0.57% -
HSV(B) 210º 0.69% 0.87% -
XYZ 25.69 26.75 72.92 -
YUV 130.76 179.49 83.24 -
System Red Green Blue C M Y K H S L
Decimal 68 145 222 0.69 0.35 0 0.13 210 0.7 0.57
Hex 44 91 DE 45 23 0 D D2 46 39
Octal 104 221 336 105 43 0 15 322 106 71
Binary 1000100 10010001 11011110 1000101 100011 0 1101 11010010 1000110 111001

Color Harmonies of #4491DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4491DE

Black with #4491DE

Text Example


Text Example

White with #4491DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4491DE; }

 p { color: rgb(68,145,222); }

 H1.HeaderClassName
 {
   color: #4491DE;
 }
 .AnyTagClassName
 {
   color: #4491DE;
 }
</style>

background-color css

<style>
 a { background-color: #4491DE; }

 a { background-color: rgb(68,145,222); }

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

border-color css

<style>
 span { border-color: #4491DE; }

 span { border-color: rgb(68,145,222); }

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