Html Css Color HEX #4D8FA2 Hippie Blue

📋 copy color: '#4D8FA2'

red 77 ◦ green 143 ◦ blue 162

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

Shades of Hippie Blue #4D8FA2

Tints of Hippie Blue #4D8FA2

RGB

 RED value IS 77 (30.47% from 255) = 20.16%

 GREEN value IS 143 (56.25% from 255) = 37.43%

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

R = 20.16%
G = 37.43%
B = 42.41%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4D8FA2 (or 0x4D8FA2) is known color: Hippie Blue. HEX triplet: 4D, 8F and A2. RGB value is (77,143,162). Sum of RGB (Red+Green+Blue) = 77+143+162=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D8FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8FA2 is #B2705D. Grayscale: #7D7D7D. Windows color (decimal): -11694174 or 10653517. OLE color: 10653517.

HSL color Cylindrical-coordinate representation of color #4D8FA2: hue angle of 193.41º degrees, saturation: 0.36, 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 #4D8FA2 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 143 162 -
CMYK 0.52 0.12 0 0.36
HSL 193.41º 0.36% 0.47% -
HSV(B) 193.41º 0.52% 0.64% -
XYZ 19.4 23.83 37.76 -
YUV 125.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 77 143 162 0.52 0.12 0 0.36 193.41 0.36 0.47
Hex 4D 8F A2 34 C 0 24 C1 24 2F
Octal 115 217 242 64 14 0 44 301 44 57
Binary 1001101 10001111 10100010 110100 1100 0 100100 11000001 100100 101111

Color Harmonies of #4D8FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8FA2

Black with #4D8FA2

Text Example


Text Example

White with #4D8FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,143,162); }

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

background-color css

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

 a { background-color: rgb(77,143,162); }

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

border-color css

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

 span { border-color: rgb(77,143,162); }

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