Html Css Color HEX #418D9B Hippie Blue

📋 copy color: '#418D9B'

red 65 ◦ green 141 ◦ blue 155

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

Shades of Hippie Blue #418D9B

Tints of Hippie Blue #418D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.06%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 18.01%
G = 39.06%
B = 42.94%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#418D9B (or 0x418D9B) is known color: Hippie Blue. HEX triplet: 41, 8D and 9B. RGB value is (65,141,155). Sum of RGB (Red+Green+Blue) = 65+141+155=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #418D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418D9B is #BE7264. Grayscale: #777777. Windows color (decimal): -12481125 or 10194241. OLE color: 10194241.

HSL color Cylindrical-coordinate representation of color #418D9B: hue angle of 189.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #418D9B is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 141 155 -
CMYK 0.58 0.09 0 0.39
HSL 189.33º 0.41% 0.43% -
HSV(B) 189.33º 0.58% 0.61% -
XYZ 17.62 22.54 34.43 -
YUV 119.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 65 141 155 0.58 0.09 0 0.39 189.33 0.41 0.43
Hex 41 8D 9B 3A 9 0 27 BD 29 2B
Octal 101 215 233 72 11 0 47 275 51 53
Binary 1000001 10001101 10011011 111010 1001 0 100111 10111101 101001 101011

Color Harmonies of #418D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D9B

Black with #418D9B

Text Example


Text Example

White with #418D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418D9B; }

 p { color: rgb(65,141,155); }

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

background-color css

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

 a { background-color: rgb(65,141,155); }

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

border-color css

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

 span { border-color: rgb(65,141,155); }

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