Html Css Color HEX #414858 Blue Zodiac

📋 copy color: '#414858'

red 65 ◦ green 72 ◦ blue 88

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

Shades of Blue Zodiac #414858

Tints of Blue Zodiac #414858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

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

R = 28.89%
G = 32%
B = 39.11%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414858 (or 0x414858) is known color: Blue Zodiac. HEX triplet: 41, 48 and 58. RGB value is (65,72,88). Sum of RGB (Red+Green+Blue) = 65+72+88=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #414858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414858 is #BEB7A7. Grayscale: #474747. Windows color (decimal): -12498856 or 5785665. OLE color: 5785665.

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

Color convert

RGB 65 72 88 -
CMYK 0.26 0.18 0 0.65
HSL 221.74º 0.15% 0.3% -
HSV(B) 221.74º 0.26% 0.35% -
XYZ 6.26 6.46 10.15 -
YUV 71.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 65 72 88 0.26 0.18 0 0.65 221.74 0.15 0.3
Hex 41 48 58 1A 12 0 41 DE F 1E
Octal 101 110 130 32 22 0 101 336 17 36
Binary 1000001 1001000 1011000 11010 10010 0 1000001 11011110 1111 11110

Color Harmonies of #414858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414858

Black with #414858

Text Example


Text Example

White with #414858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414858; }

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

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

background-color css

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

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

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

border-color css

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

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

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