Html Css Color HEX #4497A1 Hippie Blue

📋 copy color: '#4497A1'

red 68 ◦ green 151 ◦ blue 161

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

Shades of Hippie Blue #4497A1

Tints of Hippie Blue #4497A1

RGB

 RED value IS 68 (26.95% from 255) = 17.89%

 GREEN value IS 151 (59.38% from 255) = 39.74%

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

R = 17.89%
G = 39.74%
B = 42.37%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4497A1 (or 0x4497A1) is known color: Hippie Blue. HEX triplet: 44, 97 and A1. RGB value is (68,151,161). Sum of RGB (Red+Green+Blue) = 68+151+161=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 161 - color contains mainly: blue. Hex color #4497A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4497A1 is #BB685E. Grayscale: #7F7F7F. Windows color (decimal): -12281951 or 10590020. OLE color: 10590020.

HSL color Cylindrical-coordinate representation of color #4497A1: hue angle of 186.45º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4497A1 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 151 161 -
CMYK 0.58 0.06 0 0.37
HSL 186.45º 0.41% 0.45% -
HSV(B) 186.45º 0.58% 0.63% -
XYZ 19.88 25.94 37.68 -
YUV 127.32 147 85.69 -
System Red Green Blue C M Y K H S L
Decimal 68 151 161 0.58 0.06 0 0.37 186.45 0.41 0.45
Hex 44 97 A1 3A 6 0 25 BA 29 2D
Octal 104 227 241 72 6 0 45 272 51 55
Binary 1000100 10010111 10100001 111010 110 0 100101 10111010 101001 101101

Color Harmonies of #4497A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4497A1

Black with #4497A1

Text Example


Text Example

White with #4497A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4497A1; }

 p { color: rgb(68,151,161); }

 H1.HeaderClassName
 {
   color: #4497A1;
 }
 .AnyTagClassName
 {
   color: #4497A1;
 }
</style>

background-color css

<style>
 a { background-color: #4497A1; }

 a { background-color: rgb(68,151,161); }

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

border-color css

<style>
 span { border-color: #4497A1; }

 span { border-color: rgb(68,151,161); }

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