Html Css Color HEX #424E5F Cello

📋 copy color: '#424E5F'

red 66 ◦ green 78 ◦ blue 95

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

Shades of Cello #424E5F

Tints of Cello #424E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.64%

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

R = 27.62%
G = 32.64%
B = 39.75%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#424E5F (or 0x424E5F) is known color: Cello. HEX triplet: 42, 4E and 5F. RGB value is (66,78,95). Sum of RGB (Red+Green+Blue) = 66+78+95=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #424E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E5F is #BDB1A0. Grayscale: #4C4C4C. Windows color (decimal): -12431777 or 6245954. OLE color: 6245954.

HSL color Cylindrical-coordinate representation of color #424E5F: hue angle of 215.17º 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 #424E5F is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 78 95 -
CMYK 0.31 0.18 0 0.63
HSL 215.17º 0.18% 0.32% -
HSV(B) 215.17º 0.31% 0.37% -
XYZ 7.04 7.43 11.89 -
YUV 76.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 66 78 95 0.31 0.18 0 0.63 215.17 0.18 0.32
Hex 42 4E 5F 1F 12 0 3F D7 12 20
Octal 102 116 137 37 22 0 77 327 22 40
Binary 1000010 1001110 1011111 11111 10010 0 111111 11010111 10010 100000

Color Harmonies of #424E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E5F

Black with #424E5F

Text Example


Text Example

White with #424E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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