Html Css Color HEX #418696 Hippie Blue

📋 copy color: '#418696'

red 65 ◦ green 134 ◦ blue 150

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

Shades of Hippie Blue #418696

Tints of Hippie Blue #418696

RGB

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

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

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

R = 18.62%
G = 38.4%
B = 42.98%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#418696 (or 0x418696) is known color: Hippie Blue. HEX triplet: 41, 86 and 96. RGB value is (65,134,150). Sum of RGB (Red+Green+Blue) = 65+134+150=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #418696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418696 is #BE7969. Grayscale: #737373. Windows color (decimal): -12482922 or 9864769. OLE color: 9864769.

HSL color Cylindrical-coordinate representation of color #418696: hue angle of 191.29º 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 #418696 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 134 150 -
CMYK 0.57 0.11 0 0.41
HSL 191.29º 0.4% 0.42% -
HSV(B) 191.29º 0.57% 0.59% -
XYZ 16.21 20.38 31.93 -
YUV 115.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 65 134 150 0.57 0.11 0 0.41 191.29 0.4 0.42
Hex 41 86 96 39 B 0 29 BF 28 2A
Octal 101 206 226 71 13 0 51 277 50 52
Binary 1000001 10000110 10010110 111001 1011 0 101001 10111111 101000 101010

Color Harmonies of #418696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418696

Black with #418696

Text Example


Text Example

White with #418696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418696; }

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

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

background-color css

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

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

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

border-color css

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

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

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