Html Css Color HEX #414852 Rhino

📋 copy color: '#414852'

red 65 ◦ green 72 ◦ blue 82

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

Shades of Rhino #414852

Tints of Rhino #414852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 29.68%
G = 32.88%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#414852 (or 0x414852) is known color: Rhino. HEX triplet: 41, 48 and 52. RGB value is (65,72,82). Sum of RGB (Red+Green+Blue) = 65+72+82=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #414852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414852 is #BEB7AD. Grayscale: #474747. Windows color (decimal): -12498862 or 5392449. OLE color: 5392449.

HSL color Cylindrical-coordinate representation of color #414852: hue angle of 215.29º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #414852 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 72 82 -
CMYK 0.21 0.12 0 0.68
HSL 215.29º 0.12% 0.29% -
HSV(B) 215.29º 0.21% 0.32% -
XYZ 6.02 6.37 8.89 -
YUV 71.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 65 72 82 0.21 0.12 0 0.68 215.29 0.12 0.29
Hex 41 48 52 15 C 0 44 D7 C 1D
Octal 101 110 122 25 14 0 104 327 14 35
Binary 1000001 1001000 1010010 10101 1100 0 1000100 11010111 1100 11101

Color Harmonies of #414852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414852

Black with #414852

Text Example


Text Example

White with #414852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414852; }

 p { color: rgb(65,72,82); }

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

background-color css

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

 a { background-color: rgb(65,72,82); }

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

border-color css

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

 span { border-color: rgb(65,72,82); }

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