Html Css Color HEX #41495A Blue Zodiac

📋 copy color: '#41495A'

red 65 ◦ green 73 ◦ blue 90

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

Shades of Blue Zodiac #41495A

Tints of Blue Zodiac #41495A

RGB

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

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

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

R = 28.51%
G = 32.02%
B = 39.47%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41495A (or 0x41495A) is known color: Blue Zodiac. HEX triplet: 41, 49 and 5A. RGB value is (65,73,90). Sum of RGB (Red+Green+Blue) = 65+73+90=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #41495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41495A is #BEB6A5. Grayscale: #484848. Windows color (decimal): -12498598 or 5916993. OLE color: 5916993.

HSL color Cylindrical-coordinate representation of color #41495A: hue angle of 220.8º 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 #41495A is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 73 90 -
CMYK 0.28 0.19 0 0.65
HSL 220.8º 0.16% 0.3% -
HSV(B) 220.8º 0.28% 0.35% -
XYZ 6.41 6.63 10.61 -
YUV 72.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 65 73 90 0.28 0.19 0 0.65 220.8 0.16 0.3
Hex 41 49 5A 1C 13 0 41 DD 10 1E
Octal 101 111 132 34 23 0 101 335 20 36
Binary 1000001 1001001 1011010 11100 10011 0 1000001 11011101 10000 11110

Color Harmonies of #41495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41495A

Black with #41495A

Text Example


Text Example

White with #41495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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