Html Css Color HEX #41475A Blue Zodiac

📋 copy color: '#41475A'

red 65 ◦ green 71 ◦ blue 90

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

Shades of Blue Zodiac #41475A

Tints of Blue Zodiac #41475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 28.76%
G = 31.42%
B = 39.82%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41475A (or 0x41475A) is known color: Blue Zodiac. HEX triplet: 41, 47 and 5A. RGB value is (65,71,90). Sum of RGB (Red+Green+Blue) = 65+71+90=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #41475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41475A is #BEB8A5. Grayscale: #474747. Windows color (decimal): -12499110 or 5916481. OLE color: 5916481.

HSL color Cylindrical-coordinate representation of color #41475A: hue angle of 225.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41475A is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 71 90 -
CMYK 0.28 0.21 0 0.65
HSL 225.6º 0.16% 0.3% -
HSV(B) 225.6º 0.28% 0.35% -
XYZ 6.28 6.37 10.57 -
YUV 71.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 65 71 90 0.28 0.21 0 0.65 225.6 0.16 0.3
Hex 41 47 5A 1C 15 0 41 E2 10 1E
Octal 101 107 132 34 25 0 101 342 20 36
Binary 1000001 1000111 1011010 11100 10101 0 1000001 11100010 10000 11110

Color Harmonies of #41475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41475A

Black with #41475A

Text Example


Text Example

White with #41475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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