Html Css Color HEX #418C9B Hippie Blue

📋 copy color: '#418C9B'

red 65 ◦ green 140 ◦ blue 155

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

Shades of Hippie Blue #418C9B

Tints of Hippie Blue #418C9B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

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

R = 18.06%
G = 38.89%
B = 43.06%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#418C9B (or 0x418C9B) is known color: Hippie Blue. HEX triplet: 41, 8C and 9B. RGB value is (65,140,155). Sum of RGB (Red+Green+Blue) = 65+140+155=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #418C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418C9B is #BE7364. Grayscale: #777777. Windows color (decimal): -12481381 or 10193985. OLE color: 10193985.

HSL color Cylindrical-coordinate representation of color #418C9B: hue angle of 190º 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 #418C9B is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 140 155 -
CMYK 0.58 0.10 0 0.39
HSL 190º 0.41% 0.43% -
HSV(B) 190º 0.58% 0.61% -
XYZ 17.47 22.25 34.38 -
YUV 119.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 65 140 155 0.58 0.10 0 0.39 190 0.41 0.43
Hex 41 8C 9B 3A A 0 27 BE 29 2B
Octal 101 214 233 72 12 0 47 276 51 53
Binary 1000001 10001100 10011011 111010 1010 0 100111 10111110 101001 101011

Color Harmonies of #418C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418C9B

Black with #418C9B

Text Example


Text Example

White with #418C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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