Html Css Color HEX #414B5D Rhino

📋 copy color: '#414B5D'

red 65 ◦ green 75 ◦ blue 93

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

Shades of Rhino #414B5D

Tints of Rhino #414B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 27.9%
G = 32.19%
B = 39.91%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#414B5D (or 0x414B5D) is known color: Rhino. HEX triplet: 41, 4B and 5D. RGB value is (65,75,93). Sum of RGB (Red+Green+Blue) = 65+75+93=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #414B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B5D is #BEB4A2. Grayscale: #494949. Windows color (decimal): -12498083 or 6114113. OLE color: 6114113.

HSL color Cylindrical-coordinate representation of color #414B5D: hue angle of 218.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #414B5D is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 75 93 -
CMYK 0.30 0.19 0 0.64
HSL 218.57º 0.18% 0.31% -
HSV(B) 218.57º 0.3% 0.36% -
XYZ 6.67 6.95 11.35 -
YUV 74.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 65 75 93 0.30 0.19 0 0.64 218.57 0.18 0.31
Hex 41 4B 5D 1E 13 0 40 DB 12 1F
Octal 101 113 135 36 23 0 100 333 22 37
Binary 1000001 1001011 1011101 11110 10011 0 1000000 11011011 10010 11111

Color Harmonies of #414B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B5D

Black with #414B5D

Text Example


Text Example

White with #414B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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