Html Css Color HEX #424F5B Cello

📋 copy color: '#424F5B'

red 66 ◦ green 79 ◦ blue 91

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

Shades of Cello #424F5B

Tints of Cello #424F5B

RGB

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

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

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

R = 27.97%
G = 33.47%
B = 38.56%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#424F5B (or 0x424F5B) is known color: Cello. HEX triplet: 42, 4F and 5B. RGB value is (66,79,91). Sum of RGB (Red+Green+Blue) = 66+79+91=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #424F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F5B is #BDB0A4. Grayscale: #4C4C4C. Windows color (decimal): -12431525 or 5984066. OLE color: 5984066.

HSL color Cylindrical-coordinate representation of color #424F5B: hue angle of 208.8º 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 #424F5B is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 79 91 -
CMYK 0.27 0.13 0 0.64
HSL 208.8º 0.16% 0.31% -
HSV(B) 208.8º 0.27% 0.36% -
XYZ 6.93 7.51 10.98 -
YUV 76.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 66 79 91 0.27 0.13 0 0.64 208.8 0.16 0.31
Hex 42 4F 5B 1B D 0 40 D1 10 1F
Octal 102 117 133 33 15 0 100 321 20 37
Binary 1000010 1001111 1011011 11011 1101 0 1000000 11010001 10000 11111

Color Harmonies of #424F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F5B

Black with #424F5B

Text Example


Text Example

White with #424F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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