Html Css Color HEX #4A8FA1 Hippie Blue

📋 copy color: '#4A8FA1'

red 74 ◦ green 143 ◦ blue 161

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

Shades of Hippie Blue #4A8FA1

Tints of Hippie Blue #4A8FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.59%

R = 19.58%
G = 37.83%
B = 42.59%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4A8FA1 (or 0x4A8FA1) is known color: Hippie Blue. HEX triplet: 4A, 8F and A1. RGB value is (74,143,161). Sum of RGB (Red+Green+Blue) = 74+143+161=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 161 - color contains mainly: blue. Hex color #4A8FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8FA1 is #B5705E. Grayscale: #7C7C7C. Windows color (decimal): -11890783 or 10587978. OLE color: 10587978.

HSL color Cylindrical-coordinate representation of color #4A8FA1: hue angle of 192.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A8FA1 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 143 161 -
CMYK 0.54 0.11 0 0.37
HSL 192.41º 0.37% 0.46% -
HSV(B) 192.41º 0.54% 0.63% -
XYZ 19.08 23.67 37.28 -
YUV 124.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 74 143 161 0.54 0.11 0 0.37 192.41 0.37 0.46
Hex 4A 8F A1 36 B 0 25 C0 25 2E
Octal 112 217 241 66 13 0 45 300 45 56
Binary 1001010 10001111 10100001 110110 1011 0 100101 11000000 100101 101110

Color Harmonies of #4A8FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8FA1

Black with #4A8FA1

Text Example


Text Example

White with #4A8FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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