Html Css Color HEX #4E97A2 Half Baked

📋 copy color: '#4E97A2'

red 78 ◦ green 151 ◦ blue 162

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

Shades of Half Baked #4E97A2

Tints of Half Baked #4E97A2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

 BLUE value IS 162 (63.67% from 255) = 41.43%

R = 19.95%
G = 38.62%
B = 41.43%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4E97A2 (or 0x4E97A2) is known color: Half Baked. HEX triplet: 4E, 97 and A2. RGB value is (78,151,162). Sum of RGB (Red+Green+Blue) = 78+151+162=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E97A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E97A2 is #B1685D. Grayscale: #828282. Windows color (decimal): -11626590 or 10655566. OLE color: 10655566.

HSL color Cylindrical-coordinate representation of color #4E97A2: hue angle of 187.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E97A2 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 151 162 -
CMYK 0.52 0.07 0 0.36
HSL 187.86º 0.35% 0.47% -
HSV(B) 187.86º 0.52% 0.64% -
XYZ 20.73 26.36 38.18 -
YUV 130.43 145.82 90.61 -
System Red Green Blue C M Y K H S L
Decimal 78 151 162 0.52 0.07 0 0.36 187.86 0.35 0.47
Hex 4E 97 A2 34 7 0 24 BC 23 2F
Octal 116 227 242 64 7 0 44 274 43 57
Binary 1001110 10010111 10100010 110100 111 0 100100 10111100 100011 101111

Color Harmonies of #4E97A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E97A2

Black with #4E97A2

Text Example


Text Example

White with #4E97A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,151,162); }

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

background-color css

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

 a { background-color: rgb(78,151,162); }

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

border-color css

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

 span { border-color: rgb(78,151,162); }

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