Html Css Color HEX #4B8199 Hippie Blue

📋 copy color: '#4B8199'

red 75 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #4B8199

Tints of Hippie Blue #4B8199

RGB

 RED value IS 75 (29.69% from 255) = 21.01%

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 21.01%
G = 36.13%
B = 42.86%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4B8199 (or 0x4B8199) is known color: Hippie Blue. HEX triplet: 4B, 81 and 99. RGB value is (75,129,153). Sum of RGB (Red+Green+Blue) = 75+129+153=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B8199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8199 is #B47E66. Grayscale: #737373. Windows color (decimal): -11828839 or 10060107. OLE color: 10060107.

HSL color Cylindrical-coordinate representation of color #4B8199: hue angle of 198.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B8199 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 75 129 153 -
CMYK 0.51 0.16 0 0.4
HSL 198.46º 0.34% 0.45% -
HSV(B) 198.46º 0.51% 0.6% -
XYZ 16.5 19.5 33.03 -
YUV 115.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 75 129 153 0.51 0.16 0 0.4 198.46 0.34 0.45
Hex 4B 81 99 33 10 0 28 C6 22 2D
Octal 113 201 231 63 20 0 50 306 42 55
Binary 1001011 10000001 10011001 110011 10000 0 101000 11000110 100010 101101

Color Harmonies of #4B8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8199

Black with #4B8199

Text Example


Text Example

White with #4B8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,129,153); }

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

background-color css

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

 a { background-color: rgb(75,129,153); }

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

border-color css

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

 span { border-color: rgb(75,129,153); }

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