Html Css Color HEX #414458 Blue Zodiac

📋 copy color: '#414458'

red 65 ◦ green 68 ◦ blue 88

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

Shades of Blue Zodiac #414458

Tints of Blue Zodiac #414458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

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

R = 29.41%
G = 30.77%
B = 39.82%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414458 (or 0x414458) is known color: Blue Zodiac. HEX triplet: 41, 44 and 58. RGB value is (65,68,88). Sum of RGB (Red+Green+Blue) = 65+68+88=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #414458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414458 is #BEBBA7. Grayscale: #454545. Windows color (decimal): -12499880 or 5784641. OLE color: 5784641.

HSL color Cylindrical-coordinate representation of color #414458: hue angle of 232.17º 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 #414458 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 68 88 -
CMYK 0.26 0.23 0 0.65
HSL 232.17º 0.15% 0.3% -
HSV(B) 232.17º 0.26% 0.35% -
XYZ 6.01 5.96 10.07 -
YUV 69.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 65 68 88 0.26 0.23 0 0.65 232.17 0.15 0.3
Hex 41 44 58 1A 17 0 41 E8 F 1E
Octal 101 104 130 32 27 0 101 350 17 36
Binary 1000001 1000100 1011000 11010 10111 0 1000001 11101000 1111 11110

Color Harmonies of #414458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414458

Black with #414458

Text Example


Text Example

White with #414458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414458; }

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

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

background-color css

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

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

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

border-color css

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

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

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