Html Css Color HEX #41485E Blue Zodiac

📋 copy color: '#41485E'

red 65 ◦ green 72 ◦ blue 94

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

Shades of Blue Zodiac #41485E

Tints of Blue Zodiac #41485E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 28.14%
G = 31.17%
B = 40.69%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41485E (or 0x41485E) is known color: Blue Zodiac. HEX triplet: 41, 48 and 5E. RGB value is (65,72,94). Sum of RGB (Red+Green+Blue) = 65+72+94=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #41485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41485E is #BEB7A1. Grayscale: #484848. Windows color (decimal): -12498850 or 6178881. OLE color: 6178881.

HSL color Cylindrical-coordinate representation of color #41485E: hue angle of 225.52º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41485E is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 72 94 -
CMYK 0.31 0.23 0 0.63
HSL 225.52º 0.18% 0.31% -
HSV(B) 225.52º 0.31% 0.37% -
XYZ 6.52 6.57 11.51 -
YUV 72.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 65 72 94 0.31 0.23 0 0.63 225.52 0.18 0.31
Hex 41 48 5E 1F 17 0 3F E2 12 1F
Octal 101 110 136 37 27 0 77 342 22 37
Binary 1000001 1001000 1011110 11111 10111 0 111111 11100010 10010 11111

Color Harmonies of #41485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41485E

Black with #41485E

Text Example


Text Example

White with #41485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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