Html Css Color HEX #41495E Blue Zodiac

📋 copy color: '#41495E'

red 65 ◦ green 73 ◦ blue 94

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

Shades of Blue Zodiac #41495E

Tints of Blue Zodiac #41495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

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

R = 28.02%
G = 31.47%
B = 40.52%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41495E (or 0x41495E) is known color: Blue Zodiac. HEX triplet: 41, 49 and 5E. RGB value is (65,73,94). Sum of RGB (Red+Green+Blue) = 65+73+94=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #41495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41495E is #BEB6A1. Grayscale: #484848. Windows color (decimal): -12498594 or 6179137. OLE color: 6179137.

HSL color Cylindrical-coordinate representation of color #41495E: hue angle of 223.45º 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 #41495E is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 73 94 -
CMYK 0.31 0.22 0 0.63
HSL 223.45º 0.18% 0.31% -
HSV(B) 223.45º 0.31% 0.37% -
XYZ 6.58 6.7 11.54 -
YUV 73 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 65 73 94 0.31 0.22 0 0.63 223.45 0.18 0.31
Hex 41 49 5E 1F 16 0 3F DF 12 1F
Octal 101 111 136 37 26 0 77 337 22 37
Binary 1000001 1001001 1011110 11111 10110 0 111111 11011111 10010 11111

Color Harmonies of #41495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41495E

Black with #41495E

Text Example


Text Example

White with #41495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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