Html Css Color HEX #40495A Rhino

📋 copy color: '#40495A'

red 64 ◦ green 73 ◦ blue 90

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

Shades of Rhino #40495A

Tints of Rhino #40495A

RGB

 RED value IS 64 (25.39% from 255) = 28.19%

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

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

R = 28.19%
G = 32.16%
B = 39.65%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40495A (or 0x40495A) is known color: Rhino. HEX triplet: 40, 49 and 5A. RGB value is (64,73,90). Sum of RGB (Red+Green+Blue) = 64+73+90=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #40495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40495A is #BFB6A5. Grayscale: #484848. Windows color (decimal): -12564134 or 5916992. OLE color: 5916992.

HSL color Cylindrical-coordinate representation of color #40495A: hue angle of 219.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40495A is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 73 90 -
CMYK 0.29 0.19 0 0.65
HSL 219.23º 0.17% 0.3% -
HSV(B) 219.23º 0.29% 0.35% -
XYZ 6.34 6.59 10.61 -
YUV 72.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 64 73 90 0.29 0.19 0 0.65 219.23 0.17 0.3
Hex 40 49 5A 1D 13 0 41 DB 11 1E
Octal 100 111 132 35 23 0 101 333 21 36
Binary 1000000 1001001 1011010 11101 10011 0 1000001 11011011 10001 11110

Color Harmonies of #40495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40495A

Black with #40495A

Text Example


Text Example

White with #40495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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