Html Css Color HEX #4A8F9E Hippie Blue

📋 copy color: '#4A8F9E'

red 74 ◦ green 143 ◦ blue 158

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

Shades of Hippie Blue #4A8F9E

Tints of Hippie Blue #4A8F9E

RGB

 RED value IS 74 (29.3% from 255) = 19.73%

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 19.73%
G = 38.13%
B = 42.13%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A8F9E (or 0x4A8F9E) is known color: Hippie Blue. HEX triplet: 4A, 8F and 9E. RGB value is (74,143,158). Sum of RGB (Red+Green+Blue) = 74+143+158=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A8F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8F9E is #B57061. Grayscale: #7B7B7B. Windows color (decimal): -11890786 or 10391370. OLE color: 10391370.

HSL color Cylindrical-coordinate representation of color #4A8F9E: hue angle of 190.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A8F9E is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 143 158 -
CMYK 0.53 0.09 0 0.38
HSL 190.71º 0.36% 0.45% -
HSV(B) 190.71º 0.53% 0.62% -
XYZ 18.82 23.57 35.91 -
YUV 124.08 147.14 92.28 -
System Red Green Blue C M Y K H S L
Decimal 74 143 158 0.53 0.09 0 0.38 190.71 0.36 0.45
Hex 4A 8F 9E 35 9 0 26 BF 24 2D
Octal 112 217 236 65 11 0 46 277 44 55
Binary 1001010 10001111 10011110 110101 1001 0 100110 10111111 100100 101101

Color Harmonies of #4A8F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8F9E

Black with #4A8F9E

Text Example


Text Example

White with #4A8F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,143,158); }

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

background-color css

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

 a { background-color: rgb(74,143,158); }

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

border-color css

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

 span { border-color: rgb(74,143,158); }

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