Html Css Color HEX #418896 Hippie Blue

📋 copy color: '#418896'

red 65 ◦ green 136 ◦ blue 150

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

Shades of Hippie Blue #418896

Tints of Hippie Blue #418896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.75%

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 18.52%
G = 38.75%
B = 42.74%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#418896 (or 0x418896) is known color: Hippie Blue. HEX triplet: 41, 88 and 96. RGB value is (65,136,150). Sum of RGB (Red+Green+Blue) = 65+136+150=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #418896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418896 is #BE7769. Grayscale: #747474. Windows color (decimal): -12482410 or 9865281. OLE color: 9865281.

HSL color Cylindrical-coordinate representation of color #418896: hue angle of 189.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #418896 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 136 150 -
CMYK 0.57 0.09 0 0.41
HSL 189.88º 0.4% 0.42% -
HSV(B) 189.88º 0.57% 0.59% -
XYZ 16.49 20.93 32.03 -
YUV 116.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 65 136 150 0.57 0.09 0 0.41 189.88 0.4 0.42
Hex 41 88 96 39 9 0 29 BE 28 2A
Octal 101 210 226 71 11 0 51 276 50 52
Binary 1000001 10001000 10010110 111001 1001 0 101001 10111110 101000 101010

Color Harmonies of #418896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418896

Black with #418896

Text Example


Text Example

White with #418896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418896; }

 p { color: rgb(65,136,150); }

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

background-color css

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

 a { background-color: rgb(65,136,150); }

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

border-color css

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

 span { border-color: rgb(65,136,150); }

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