Html Css Color HEX #414B5A Rhino

📋 copy color: '#414B5A'

red 65 ◦ green 75 ◦ blue 90

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

Shades of Rhino #414B5A

Tints of Rhino #414B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.61%

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

R = 28.26%
G = 32.61%
B = 39.13%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414B5A (or 0x414B5A) is known color: Rhino. HEX triplet: 41, 4B and 5A. RGB value is (65,75,90). Sum of RGB (Red+Green+Blue) = 65+75+90=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #414B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B5A is #BEB4A5. Grayscale: #494949. Windows color (decimal): -12498086 or 5917505. OLE color: 5917505.

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

Color convert

RGB 65 75 90 -
CMYK 0.28 0.17 0 0.65
HSL 216º 0.16% 0.3% -
HSV(B) 216º 0.28% 0.35% -
XYZ 6.54 6.89 10.66 -
YUV 73.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 65 75 90 0.28 0.17 0 0.65 216 0.16 0.3
Hex 41 4B 5A 1C 11 0 41 D8 10 1E
Octal 101 113 132 34 21 0 101 330 20 36
Binary 1000001 1001011 1011010 11100 10001 0 1000001 11011000 10000 11110

Color Harmonies of #414B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B5A

Black with #414B5A

Text Example


Text Example

White with #414B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414B5A; }

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

 H1.HeaderClassName
 {
   color: #414B5A;
 }
 .AnyTagClassName
 {
   color: #414B5A;
 }
</style>

background-color css

<style>
 a { background-color: #414B5A; }

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

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

border-color css

<style>
 span { border-color: #414B5A; }

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

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