Html Css Color HEX #424B5D Rhino

📋 copy color: '#424B5D'

red 66 ◦ green 75 ◦ blue 93

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

Shades of Rhino #424B5D

Tints of Rhino #424B5D

RGB

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

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

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

R = 28.21%
G = 32.05%
B = 39.74%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#424B5D (or 0x424B5D) is known color: Rhino. HEX triplet: 42, 4B and 5D. RGB value is (66,75,93). Sum of RGB (Red+Green+Blue) = 66+75+93=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #424B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B5D is #BDB4A2. Grayscale: #4A4A4A. Windows color (decimal): -12432547 or 6114114. OLE color: 6114114.

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

Color convert

RGB 66 75 93 -
CMYK 0.29 0.19 0 0.64
HSL 220º 0.17% 0.31% -
HSV(B) 220º 0.29% 0.36% -
XYZ 6.74 6.98 11.35 -
YUV 74.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 66 75 93 0.29 0.19 0 0.64 220 0.17 0.31
Hex 42 4B 5D 1D 13 0 40 DC 11 1F
Octal 102 113 135 35 23 0 100 334 21 37
Binary 1000010 1001011 1011101 11101 10011 0 1000000 11011100 10001 11111

Color Harmonies of #424B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B5D

Black with #424B5D

Text Example


Text Example

White with #424B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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