Html Css Color HEX #418999 Hippie Blue

📋 copy color: '#418999'

red 65 ◦ green 137 ◦ blue 153

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

Shades of Hippie Blue #418999

Tints of Hippie Blue #418999

RGB

 RED value IS 65 (25.78% from 255) = 18.31%

 GREEN value IS 137 (53.91% from 255) = 38.59%

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

R = 18.31%
G = 38.59%
B = 43.1%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#418999 (or 0x418999) is known color: Hippie Blue. HEX triplet: 41, 89 and 99. RGB value is (65,137,153). Sum of RGB (Red+Green+Blue) = 65+137+153=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #418999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418999 is #BE7666. Grayscale: #757575. Windows color (decimal): -12482151 or 10062145. OLE color: 10062145.

HSL color Cylindrical-coordinate representation of color #418999: hue angle of 190.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #418999 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 137 153 -
CMYK 0.58 0.10 0 0.4
HSL 190.91º 0.4% 0.43% -
HSV(B) 190.91º 0.58% 0.6% -
XYZ 16.88 21.32 33.36 -
YUV 117.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 65 137 153 0.58 0.10 0 0.4 190.91 0.4 0.43
Hex 41 89 99 3A A 0 28 BF 28 2B
Octal 101 211 231 72 12 0 50 277 50 53
Binary 1000001 10001001 10011001 111010 1010 0 101000 10111111 101000 101011

Color Harmonies of #418999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418999

Black with #418999

Text Example


Text Example

White with #418999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418999; }

 p { color: rgb(65,137,153); }

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

background-color css

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

 a { background-color: rgb(65,137,153); }

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

border-color css

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

 span { border-color: rgb(65,137,153); }

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