Html Css Color HEX #424F62 Cello

📋 copy color: '#424F62'

red 66 ◦ green 79 ◦ blue 98

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

Shades of Cello #424F62

Tints of Cello #424F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 27.16%
G = 32.51%
B = 40.33%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424F62 (or 0x424F62) is known color: Cello. HEX triplet: 42, 4F and 62. RGB value is (66,79,98). Sum of RGB (Red+Green+Blue) = 66+79+98=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #424F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F62 is #BDB09D. Grayscale: #4D4D4D. Windows color (decimal): -12431518 or 6442818. OLE color: 6442818.

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

Color convert

RGB 66 79 98 -
CMYK 0.33 0.19 0 0.62
HSL 215.63º 0.2% 0.32% -
HSV(B) 215.63º 0.33% 0.38% -
XYZ 7.25 7.63 12.65 -
YUV 77.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 66 79 98 0.33 0.19 0 0.62 215.63 0.2 0.32
Hex 42 4F 62 21 13 0 3E D8 14 20
Octal 102 117 142 41 23 0 76 330 24 40
Binary 1000010 1001111 1100010 100001 10011 0 111110 11011000 10100 100000

Color Harmonies of #424F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F62

Black with #424F62

Text Example


Text Example

White with #424F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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