Html Css Color HEX #424F61 Cello

📋 copy color: '#424F61'

red 66 ◦ green 79 ◦ blue 97

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

Shades of Cello #424F61

Tints of Cello #424F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 27.27%
G = 32.64%
B = 40.08%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424F61 (or 0x424F61) is known color: Cello. HEX triplet: 42, 4F and 61. RGB value is (66,79,97). Sum of RGB (Red+Green+Blue) = 66+79+97=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #424F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F61 is #BDB09E. Grayscale: #4D4D4D. Windows color (decimal): -12431519 or 6377282. OLE color: 6377282.

HSL color Cylindrical-coordinate representation of color #424F61: hue angle of 214.84º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424F61 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 79 97 -
CMYK 0.32 0.19 0 0.62
HSL 214.84º 0.19% 0.32% -
HSV(B) 214.84º 0.32% 0.38% -
XYZ 7.2 7.61 12.4 -
YUV 77.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 66 79 97 0.32 0.19 0 0.62 214.84 0.19 0.32
Hex 42 4F 61 20 13 0 3E D7 13 20
Octal 102 117 141 40 23 0 76 327 23 40
Binary 1000010 1001111 1100001 100000 10011 0 111110 11010111 10011 100000

Color Harmonies of #424F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F61

Black with #424F61

Text Example


Text Example

White with #424F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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