Html Css Color HEX #424B5B Rhino

📋 copy color: '#424B5B'

red 66 ◦ green 75 ◦ blue 91

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

Shades of Rhino #424B5B

Tints of Rhino #424B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 28.45%
G = 32.33%
B = 39.22%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#424B5B (or 0x424B5B) is known color: Rhino. HEX triplet: 42, 4B and 5B. RGB value is (66,75,91). Sum of RGB (Red+Green+Blue) = 66+75+91=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #424B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B5B is #BDB4A4. Grayscale: #4A4A4A. Windows color (decimal): -12432549 or 5983042. OLE color: 5983042.

HSL color Cylindrical-coordinate representation of color #424B5B: hue angle of 218.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424B5B is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 75 91 -
CMYK 0.27 0.18 0 0.64
HSL 218.4º 0.16% 0.31% -
HSV(B) 218.4º 0.27% 0.36% -
XYZ 6.65 6.95 10.89 -
YUV 74.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 66 75 91 0.27 0.18 0 0.64 218.4 0.16 0.31
Hex 42 4B 5B 1B 12 0 40 DA 10 1F
Octal 102 113 133 33 22 0 100 332 20 37
Binary 1000010 1001011 1011011 11011 10010 0 1000000 11011010 10000 11111

Color Harmonies of #424B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B5B

Black with #424B5B

Text Example


Text Example

White with #424B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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