#41475A

Color #41475A Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #41475A

Tints of Blue Zodiac #41475A

Color information

#41475A (or 0x41475A) is unknown color: approx 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

RGB657190-
CMYK0.280.2100.65
HSL225.6º16.13%30.39%-
HSV(B)225.6º27.78%35.29%-
XYZ6.286.3710.57-
YUV71.37138.51123.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6571900.280.2100.65225.616.1330.39
Hex41475A1C15041e2101e
Octal101107132342501013422036
Binary100000110001111011010111001010101000001111000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>