Html Css Color HEX #424F5F Cello

📋 copy color: '#424F5F'

red 66 ◦ green 79 ◦ blue 95

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

Shades of Cello #424F5F

Tints of Cello #424F5F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 27.5%
G = 32.92%
B = 39.58%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#424F5F (or 0x424F5F) is known color: Cello. HEX triplet: 42, 4F and 5F. RGB value is (66,79,95). Sum of RGB (Red+Green+Blue) = 66+79+95=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #424F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F5F is #BDB0A0. Grayscale: #4C4C4C. Windows color (decimal): -12431521 or 6246210. OLE color: 6246210.

HSL color Cylindrical-coordinate representation of color #424F5F: hue angle of 213.1º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424F5F is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 79 95 -
CMYK 0.31 0.17 0 0.63
HSL 213.1º 0.18% 0.32% -
HSV(B) 213.1º 0.31% 0.37% -
XYZ 7.11 7.58 11.91 -
YUV 76.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 66 79 95 0.31 0.17 0 0.63 213.1 0.18 0.32
Hex 42 4F 5F 1F 11 0 3F D5 12 20
Octal 102 117 137 37 21 0 77 325 22 40
Binary 1000010 1001111 1011111 11111 10001 0 111111 11010101 10010 100000

Color Harmonies of #424F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F5F

Black with #424F5F

Text Example


Text Example

White with #424F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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