Html Css Color HEX #418398 Hippie Blue

📋 copy color: '#418398'

red 65 ◦ green 131 ◦ blue 152

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

Shades of Hippie Blue #418398

Tints of Hippie Blue #418398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

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

R = 18.68%
G = 37.64%
B = 43.68%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#418398 (or 0x418398) is known color: Hippie Blue. HEX triplet: 41, 83 and 98. RGB value is (65,131,152). Sum of RGB (Red+Green+Blue) = 65+131+152=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #418398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418398 is #BE7C67. Grayscale: #717171. Windows color (decimal): -12483688 or 9995073. OLE color: 9995073.

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

Color convert

RGB 65 131 152 -
CMYK 0.57 0.14 0 0.40
HSL 194.48º 0.4% 0.43% -
HSV(B) 194.48º 0.57% 0.6% -
XYZ 15.96 19.62 32.65 -
YUV 113.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 65 131 152 0.57 0.14 0 0.40 194.48 0.4 0.43
Hex 41 83 98 39 E 0 28 C2 28 2B
Octal 101 203 230 71 16 0 50 302 50 53
Binary 1000001 10000011 10011000 111001 1110 0 101000 11000010 101000 101011

Color Harmonies of #418398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418398

Black with #418398

Text Example


Text Example

White with #418398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418398; }

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

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

background-color css

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

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

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

border-color css

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

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

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