Html Css Color HEX #4D83A4 Hippie Blue

📋 copy color: '#4D83A4'

red 77 ◦ green 131 ◦ blue 164

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

Shades of Hippie Blue #4D83A4

Tints of Hippie Blue #4D83A4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.22%

 BLUE value IS 164 (64.45% from 255) = 44.09%

R = 20.7%
G = 35.22%
B = 44.09%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4D83A4 (or 0x4D83A4) is known color: Hippie Blue. HEX triplet: 4D, 83 and A4. RGB value is (77,131,164). Sum of RGB (Red+Green+Blue) = 77+131+164=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D83A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D83A4 is #B27C5B. Grayscale: #767676. Windows color (decimal): -11697244 or 10781517. OLE color: 10781517.

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

Color convert

RGB 77 131 164 -
CMYK 0.53 0.20 0 0.36
HSL 202.76º 0.36% 0.47% -
HSV(B) 202.76º 0.53% 0.64% -
XYZ 17.88 20.49 38.13 -
YUV 118.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 77 131 164 0.53 0.20 0 0.36 202.76 0.36 0.47
Hex 4D 83 A4 35 14 0 24 CB 24 2F
Octal 115 203 244 65 24 0 44 313 44 57
Binary 1001101 10000011 10100100 110101 10100 0 100100 11001011 100100 101111

Color Harmonies of #4D83A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D83A4

Black with #4D83A4

Text Example


Text Example

White with #4D83A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,131,164); }

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

background-color css

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

 a { background-color: rgb(77,131,164); }

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

border-color css

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

 span { border-color: rgb(77,131,164); }

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