Html Css Color HEX #41495B Blue Zodiac

📋 copy color: '#41495B'

red 65 ◦ green 73 ◦ blue 91

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

Shades of Blue Zodiac #41495B

Tints of Blue Zodiac #41495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 28.38%
G = 31.88%
B = 39.74%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41495B (or 0x41495B) is known color: Blue Zodiac. HEX triplet: 41, 49 and 5B. RGB value is (65,73,91). Sum of RGB (Red+Green+Blue) = 65+73+91=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #41495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41495B is #BEB6A4. Grayscale: #484848. Windows color (decimal): -12498597 or 5982529. OLE color: 5982529.

HSL color Cylindrical-coordinate representation of color #41495B: hue angle of 221.54º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41495B is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 73 91 -
CMYK 0.29 0.20 0 0.64
HSL 221.54º 0.17% 0.31% -
HSV(B) 221.54º 0.29% 0.36% -
XYZ 6.45 6.64 10.84 -
YUV 72.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 65 73 91 0.29 0.20 0 0.64 221.54 0.17 0.31
Hex 41 49 5B 1D 14 0 40 DE 11 1F
Octal 101 111 133 35 24 0 100 336 21 37
Binary 1000001 1001001 1011011 11101 10100 0 1000000 11011110 10001 11111

Color Harmonies of #41495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41495B

Black with #41495B

Text Example


Text Example

White with #41495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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