Html Css Color HEX #414558 Blue Zodiac

📋 copy color: '#414558'

red 65 ◦ green 69 ◦ blue 88

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

Shades of Blue Zodiac #414558

Tints of Blue Zodiac #414558

RGB

 RED value IS 65 (25.78% from 255) = 29.28%

 GREEN value IS 69 (27.34% from 255) = 31.08%

 BLUE value IS 88 (34.77% from 255) = 39.64%

R = 29.28%
G = 31.08%
B = 39.64%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414558 (or 0x414558) is known color: Blue Zodiac. HEX triplet: 41, 45 and 58. RGB value is (65,69,88). Sum of RGB (Red+Green+Blue) = 65+69+88=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #414558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414558 is #BEBAA7. Grayscale: #454545. Windows color (decimal): -12499624 or 5784897. OLE color: 5784897.

HSL color Cylindrical-coordinate representation of color #414558: hue angle of 229.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #414558 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 69 88 -
CMYK 0.26 0.22 0 0.65
HSL 229.57º 0.15% 0.3% -
HSV(B) 229.57º 0.26% 0.35% -
XYZ 6.07 6.08 10.09 -
YUV 69.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 65 69 88 0.26 0.22 0 0.65 229.57 0.15 0.3
Hex 41 45 58 1A 16 0 41 E6 F 1E
Octal 101 105 130 32 26 0 101 346 17 36
Binary 1000001 1000101 1011000 11010 10110 0 1000001 11100110 1111 11110

Color Harmonies of #414558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414558

Black with #414558

Text Example


Text Example

White with #414558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414558; }

 p { color: rgb(65,69,88); }

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

background-color css

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

 a { background-color: rgb(65,69,88); }

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

border-color css

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

 span { border-color: rgb(65,69,88); }

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