Html Css Color HEX #42484F Rhino

📋 copy color: '#42484F'

red 66 ◦ green 72 ◦ blue 79

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

Shades of Rhino #42484F

Tints of Rhino #42484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 30.41%
G = 33.18%
B = 36.41%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42484F (or 0x42484F) is known color: Rhino. HEX triplet: 42, 48 and 4F. RGB value is (66,72,79). Sum of RGB (Red+Green+Blue) = 66+72+79=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #42484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42484F is #BDB7B0. Grayscale: #464646. Windows color (decimal): -12433329 or 5195842. OLE color: 5195842.

HSL color Cylindrical-coordinate representation of color #42484F: hue angle of 212.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #42484F is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 72 79 -
CMYK 0.16 0.09 0 0.69
HSL 212.31º 0.09% 0.28% -
HSV(B) 212.31º 0.16% 0.31% -
XYZ 5.98 6.36 8.31 -
YUV 71 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 66 72 79 0.16 0.09 0 0.69 212.31 0.09 0.28
Hex 42 48 4F 10 9 0 45 D4 9 1C
Octal 102 110 117 20 11 0 105 324 11 34
Binary 1000010 1001000 1001111 10000 1001 0 1000101 11010100 1001 11100

Color Harmonies of #42484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42484F

Black with #42484F

Text Example


Text Example

White with #42484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42484F; }

 p { color: rgb(66,72,79); }

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

background-color css

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

 a { background-color: rgb(66,72,79); }

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

border-color css

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

 span { border-color: rgb(66,72,79); }

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