Html Css Color HEX #414754 Blue Zodiac

📋 copy color: '#414754'

red 65 ◦ green 71 ◦ blue 84

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

Shades of Blue Zodiac #414754

Tints of Blue Zodiac #414754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 84 (33.2% from 255) = 38.18%

R = 29.55%
G = 32.27%
B = 38.18%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414754 (or 0x414754) is known color: Blue Zodiac. HEX triplet: 41, 47 and 54. RGB value is (65,71,84). Sum of RGB (Red+Green+Blue) = 65+71+84=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #414754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414754 is #BEB8AB. Grayscale: #464646. Windows color (decimal): -12499116 or 5523265. OLE color: 5523265.

HSL color Cylindrical-coordinate representation of color #414754: hue angle of 221.05º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414754 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 71 84 -
CMYK 0.23 0.15 0 0.67
HSL 221.05º 0.13% 0.29% -
HSV(B) 221.05º 0.23% 0.33% -
XYZ 6.03 6.27 9.28 -
YUV 70.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 65 71 84 0.23 0.15 0 0.67 221.05 0.13 0.29
Hex 41 47 54 17 F 0 43 DD D 1D
Octal 101 107 124 27 17 0 103 335 15 35
Binary 1000001 1000111 1010100 10111 1111 0 1000011 11011101 1101 11101

Color Harmonies of #414754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414754

Black with #414754

Text Example


Text Example

White with #414754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414754; }

 p { color: rgb(65,71,84); }

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

background-color css

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

 a { background-color: rgb(65,71,84); }

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

border-color css

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

 span { border-color: rgb(65,71,84); }

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