Html Css Color HEX #41434E Blue Zodiac

📋 copy color: '#41434E'

red 65 ◦ green 67 ◦ blue 78

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

Shades of Blue Zodiac #41434E

Tints of Blue Zodiac #41434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 78 (30.86% from 255) = 37.14%

R = 30.95%
G = 31.9%
B = 37.14%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41434E (or 0x41434E) is known color: Blue Zodiac. HEX triplet: 41, 43 and 4E. RGB value is (65,67,78). Sum of RGB (Red+Green+Blue) = 65+67+78=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #41434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41434E is #BEBCB1. Grayscale: #434343. Windows color (decimal): -12500146 or 5129025. OLE color: 5129025.

HSL color Cylindrical-coordinate representation of color #41434E: hue angle of 230.77º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41434E is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 67 78 -
CMYK 0.17 0.14 0 0.69
HSL 230.77º 0.09% 0.28% -
HSV(B) 230.77º 0.17% 0.31% -
XYZ 5.56 5.69 8.01 -
YUV 67.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 65 67 78 0.17 0.14 0 0.69 230.77 0.09 0.28
Hex 41 43 4E 11 E 0 45 E7 9 1C
Octal 101 103 116 21 16 0 105 347 11 34
Binary 1000001 1000011 1001110 10001 1110 0 1000101 11100111 1001 11100

Color Harmonies of #41434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41434E

Black with #41434E

Text Example


Text Example

White with #41434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41434E; }

 p { color: rgb(65,67,78); }

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

background-color css

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

 a { background-color: rgb(65,67,78); }

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

border-color css

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

 span { border-color: rgb(65,67,78); }

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