Html Css Color HEX #4E607A Chambray

📋 copy color: '#4E607A'

red 78 ◦ green 96 ◦ blue 122

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

Shades of Chambray #4E607A

Tints of Chambray #4E607A

RGB

 RED value IS 78 (30.86% from 255) = 26.35%

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 122 (48.05% from 255) = 41.22%

R = 26.35%
G = 32.43%
B = 41.22%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4E607A (or 0x4E607A) is known color: Chambray. HEX triplet: 4E, 60 and 7A. RGB value is (78,96,122). Sum of RGB (Red+Green+Blue) = 78+96+122=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E607A is #B19F85. Grayscale: #5D5D5D. Windows color (decimal): -11640710 or 8020046. OLE color: 8020046.

HSL color Cylindrical-coordinate representation of color #4E607A: hue angle of 215.45º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E607A is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 78 96 122 -
CMYK 0.36 0.21 0 0.52
HSL 215.45º 0.22% 0.39% -
HSV(B) 215.45º 0.36% 0.48% -
XYZ 10.84 11.39 20.04 -
YUV 93.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 78 96 122 0.36 0.21 0 0.52 215.45 0.22 0.39
Hex 4E 60 7A 24 15 0 34 D7 16 27
Octal 116 140 172 44 25 0 64 327 26 47
Binary 1001110 1100000 1111010 100100 10101 0 110100 11010111 10110 100111

Color Harmonies of #4E607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E607A

Black with #4E607A

Text Example


Text Example

White with #4E607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E607A; }

 p { color: rgb(78,96,122); }

 H1.HeaderClassName
 {
   color: #4E607A;
 }
 .AnyTagClassName
 {
   color: #4E607A;
 }
</style>

background-color css

<style>
 a { background-color: #4E607A; }

 a { background-color: rgb(78,96,122); }

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

border-color css

<style>
 span { border-color: #4E607A; }

 span { border-color: rgb(78,96,122); }

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