Html Css Color HEX #424B56 Rhino

📋 copy color: '#424B56'

red 66 ◦ green 75 ◦ blue 86

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

Shades of Rhino #424B56

Tints of Rhino #424B56

RGB

 RED value IS 66 (26.17% from 255) = 29.07%

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

 BLUE value IS 86 (33.98% from 255) = 37.89%

R = 29.07%
G = 33.04%
B = 37.89%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424B56 (or 0x424B56) is known color: Rhino. HEX triplet: 42, 4B and 56. RGB value is (66,75,86). Sum of RGB (Red+Green+Blue) = 66+75+86=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #424B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B56 is #BDB4A9. Grayscale: #494949. Windows color (decimal): -12432554 or 5655362. OLE color: 5655362.

HSL color Cylindrical-coordinate representation of color #424B56: hue angle of 213º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424B56 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 75 86 -
CMYK 0.23 0.13 0 0.66
HSL 213º 0.13% 0.3% -
HSV(B) 213º 0.23% 0.34% -
XYZ 6.44 6.86 9.79 -
YUV 73.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 66 75 86 0.23 0.13 0 0.66 213 0.13 0.3
Hex 42 4B 56 17 D 0 42 D5 D 1E
Octal 102 113 126 27 15 0 102 325 15 36
Binary 1000010 1001011 1010110 10111 1101 0 1000010 11010101 1101 11110

Color Harmonies of #424B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B56

Black with #424B56

Text Example


Text Example

White with #424B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B56; }

 p { color: rgb(66,75,86); }

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

background-color css

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

 a { background-color: rgb(66,75,86); }

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

border-color css

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

 span { border-color: rgb(66,75,86); }

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