Html Css Color HEX #4E7D9B Hippie Blue

📋 copy color: '#4E7D9B'

red 78 ◦ green 125 ◦ blue 155

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

Shades of Hippie Blue #4E7D9B

Tints of Hippie Blue #4E7D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 21.79%
G = 34.92%
B = 43.3%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E7D9B (or 0x4E7D9B) is known color: Hippie Blue. HEX triplet: 4E, 7D and 9B. RGB value is (78,125,155). Sum of RGB (Red+Green+Blue) = 78+125+155=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E7D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7D9B is #B18264. Grayscale: #727272. Windows color (decimal): -11633253 or 10190158. OLE color: 10190158.

HSL color Cylindrical-coordinate representation of color #4E7D9B: hue angle of 203.38º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E7D9B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 125 155 -
CMYK 0.50 0.19 0 0.39
HSL 203.38º 0.33% 0.46% -
HSV(B) 203.38º 0.5% 0.61% -
XYZ 16.39 18.65 33.75 -
YUV 114.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 78 125 155 0.50 0.19 0 0.39 203.38 0.33 0.46
Hex 4E 7D 9B 32 13 0 27 CB 21 2E
Octal 116 175 233 62 23 0 47 313 41 56
Binary 1001110 1111101 10011011 110010 10011 0 100111 11001011 100001 101110

Color Harmonies of #4E7D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7D9B

Black with #4E7D9B

Text Example


Text Example

White with #4E7D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,125,155); }

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

background-color css

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

 a { background-color: rgb(78,125,155); }

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

border-color css

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

 span { border-color: rgb(78,125,155); }

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