Html Css Color HEX #418798 Hippie Blue

📋 copy color: '#418798'

red 65 ◦ green 135 ◦ blue 152

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

Shades of Hippie Blue #418798

Tints of Hippie Blue #418798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 18.47%
G = 38.35%
B = 43.18%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#418798 (or 0x418798) is known color: Hippie Blue. HEX triplet: 41, 87 and 98. RGB value is (65,135,152). Sum of RGB (Red+Green+Blue) = 65+135+152=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #418798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418798 is #BE7867. Grayscale: #737373. Windows color (decimal): -12482664 or 9996097. OLE color: 9996097.

HSL color Cylindrical-coordinate representation of color #418798: hue angle of 191.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #418798 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 135 152 -
CMYK 0.57 0.11 0 0.40
HSL 191.72º 0.4% 0.43% -
HSV(B) 191.72º 0.57% 0.6% -
XYZ 16.51 20.72 32.83 -
YUV 116.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 65 135 152 0.57 0.11 0 0.40 191.72 0.4 0.43
Hex 41 87 98 39 B 0 28 C0 28 2B
Octal 101 207 230 71 13 0 50 300 50 53
Binary 1000001 10000111 10011000 111001 1011 0 101000 11000000 101000 101011

Color Harmonies of #418798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418798

Black with #418798

Text Example


Text Example

White with #418798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418798; }

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

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

background-color css

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

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

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

border-color css

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

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

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