Html Css Color HEX #418699 Hippie Blue

📋 copy color: '#418699'

red 65 ◦ green 134 ◦ blue 153

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

Shades of Hippie Blue #418699

Tints of Hippie Blue #418699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.07%

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

R = 18.47%
G = 38.07%
B = 43.47%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#418699 (or 0x418699) is known color: Hippie Blue. HEX triplet: 41, 86 and 99. RGB value is (65,134,153). Sum of RGB (Red+Green+Blue) = 65+134+153=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #418699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418699 is #BE7966. Grayscale: #737373. Windows color (decimal): -12482919 or 10061377. OLE color: 10061377.

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

Color convert

RGB 65 134 153 -
CMYK 0.58 0.12 0 0.4
HSL 192.95º 0.4% 0.43% -
HSV(B) 192.95º 0.58% 0.6% -
XYZ 16.45 20.47 33.22 -
YUV 115.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 65 134 153 0.58 0.12 0 0.4 192.95 0.4 0.43
Hex 41 86 99 3A C 0 28 C1 28 2B
Octal 101 206 231 72 14 0 50 301 50 53
Binary 1000001 10000110 10011001 111010 1100 0 101000 11000001 101000 101011

Color Harmonies of #418699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418699

Black with #418699

Text Example


Text Example

White with #418699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418699; }

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

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

background-color css

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

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

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

border-color css

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

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

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