Html Css Color HEX #414B5E Rhino

📋 copy color: '#414B5E'

red 65 ◦ green 75 ◦ blue 94

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

Shades of Rhino #414B5E

Tints of Rhino #414B5E

RGB

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

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

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

R = 27.78%
G = 32.05%
B = 40.17%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#414B5E (or 0x414B5E) is known color: Rhino. HEX triplet: 41, 4B and 5E. RGB value is (65,75,94). Sum of RGB (Red+Green+Blue) = 65+75+94=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #414B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B5E is #BEB4A1. Grayscale: #4A4A4A. Windows color (decimal): -12498082 or 6179649. OLE color: 6179649.

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

Color convert

RGB 65 75 94 -
CMYK 0.31 0.20 0 0.63
HSL 219.31º 0.18% 0.31% -
HSV(B) 219.31º 0.31% 0.37% -
XYZ 6.72 6.96 11.58 -
YUV 74.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 65 75 94 0.31 0.20 0 0.63 219.31 0.18 0.31
Hex 41 4B 5E 1F 14 0 3F DB 12 1F
Octal 101 113 136 37 24 0 77 333 22 37
Binary 1000001 1001011 1011110 11111 10100 0 111111 11011011 10010 11111

Color Harmonies of #414B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B5E

Black with #414B5E

Text Example


Text Example

White with #414B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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