Html Css Color HEX #418399 Hippie Blue

📋 copy color: '#418399'

red 65 ◦ green 131 ◦ blue 153

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

Shades of Hippie Blue #418399

Tints of Hippie Blue #418399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

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

R = 18.62%
G = 37.54%
B = 43.84%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#418399 (or 0x418399) is known color: Hippie Blue. HEX triplet: 41, 83 and 99. RGB value is (65,131,153). Sum of RGB (Red+Green+Blue) = 65+131+153=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #418399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418399 is #BE7C66. Grayscale: #717171. Windows color (decimal): -12483687 or 10060609. OLE color: 10060609.

HSL color Cylindrical-coordinate representation of color #418399: hue angle of 195º 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 #418399 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 131 153 -
CMYK 0.58 0.14 0 0.4
HSL 195º 0.4% 0.43% -
HSV(B) 195º 0.58% 0.6% -
XYZ 16.05 19.66 33.09 -
YUV 113.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 65 131 153 0.58 0.14 0 0.4 195 0.4 0.43
Hex 41 83 99 3A E 0 28 C3 28 2B
Octal 101 203 231 72 16 0 50 303 50 53
Binary 1000001 10000011 10011001 111010 1110 0 101000 11000011 101000 101011

Color Harmonies of #418399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418399

Black with #418399

Text Example


Text Example

White with #418399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418399; }

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

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

background-color css

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

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

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

border-color css

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

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

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