Html Css Color HEX #4F819B Hippie Blue

📋 copy color: '#4F819B'

red 79 ◦ green 129 ◦ blue 155

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

Shades of Hippie Blue #4F819B

Tints of Hippie Blue #4F819B

RGB

 RED value IS 79 (31.25% from 255) = 21.76%

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

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

R = 21.76%
G = 35.54%
B = 42.7%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F819B (or 0x4F819B) is known color: Hippie Blue. HEX triplet: 4F, 81 and 9B. RGB value is (79,129,155). Sum of RGB (Red+Green+Blue) = 79+129+155=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F819B is #B07E64. Grayscale: #747474. Windows color (decimal): -11566693 or 10191183. OLE color: 10191183.

HSL color Cylindrical-coordinate representation of color #4F819B: hue angle of 200.53º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F819B is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 129 155 -
CMYK 0.49 0.17 0 0.39
HSL 200.53º 0.32% 0.46% -
HSV(B) 200.53º 0.49% 0.61% -
XYZ 16.99 19.73 33.92 -
YUV 117.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 79 129 155 0.49 0.17 0 0.39 200.53 0.32 0.46
Hex 4F 81 9B 31 11 0 27 C9 20 2E
Octal 117 201 233 61 21 0 47 311 40 56
Binary 1001111 10000001 10011011 110001 10001 0 100111 11001001 100000 101110

Color Harmonies of #4F819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F819B

Black with #4F819B

Text Example


Text Example

White with #4F819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,129,155); }

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

background-color css

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

 a { background-color: rgb(79,129,155); }

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

border-color css

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

 span { border-color: rgb(79,129,155); }

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