Html Css Color HEX #418799 Hippie Blue

📋 copy color: '#418799'

red 65 ◦ green 135 ◦ blue 153

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

Shades of Hippie Blue #418799

Tints of Hippie Blue #418799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.24%

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

R = 18.41%
G = 38.24%
B = 43.34%

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

#418799 (or 0x418799) is known color: Hippie Blue. HEX triplet: 41, 87 and 99. RGB value is (65,135,153). Sum of RGB (Red+Green+Blue) = 65+135+153=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #418799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418799 is #BE7866. Grayscale: #737373. Windows color (decimal): -12482663 or 10061633. OLE color: 10061633.

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

Color convert

RGB 65 135 153 -
CMYK 0.58 0.12 0 0.4
HSL 192.27º 0.4% 0.43% -
HSV(B) 192.27º 0.58% 0.6% -
XYZ 16.59 20.75 33.27 -
YUV 116.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 65 135 153 0.58 0.12 0 0.4 192.27 0.4 0.43
Hex 41 87 99 3A C 0 28 C0 28 2B
Octal 101 207 231 72 14 0 50 300 50 53
Binary 1000001 10000111 10011001 111010 1100 0 101000 11000000 101000 101011

Color Harmonies of #418799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418799

Black with #418799

Text Example


Text Example

White with #418799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418799; }

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

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

background-color css

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

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

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

border-color css

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

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

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