Html Css Color HEX #418298 Hippie Blue

📋 copy color: '#418298'

red 65 ◦ green 130 ◦ blue 152

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

Shades of Hippie Blue #418298

Tints of Hippie Blue #418298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

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

R = 18.73%
G = 37.46%
B = 43.8%

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

#418298 (or 0x418298) is known color: Hippie Blue. HEX triplet: 41, 82 and 98. RGB value is (65,130,152). Sum of RGB (Red+Green+Blue) = 65+130+152=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #418298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418298 is #BE7D67. Grayscale: #707070. Windows color (decimal): -12483944 or 9994817. OLE color: 9994817.

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

Color convert

RGB 65 130 152 -
CMYK 0.57 0.14 0 0.40
HSL 195.17º 0.4% 0.43% -
HSV(B) 195.17º 0.57% 0.6% -
XYZ 15.83 19.36 32.61 -
YUV 113.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 65 130 152 0.57 0.14 0 0.40 195.17 0.4 0.43
Hex 41 82 98 39 E 0 28 C3 28 2B
Octal 101 202 230 71 16 0 50 303 50 53
Binary 1000001 10000010 10011000 111001 1110 0 101000 11000011 101000 101011

Color Harmonies of #418298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418298

Black with #418298

Text Example


Text Example

White with #418298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418298; }

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

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

background-color css

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

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

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

border-color css

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

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

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