Html Css Color HEX #418299 Hippie Blue

📋 copy color: '#418299'

red 65 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #418299

Tints of Hippie Blue #418299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 18.68%
G = 37.36%
B = 43.97%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#418299 (or 0x418299) is known color: Hippie Blue. HEX triplet: 41, 82 and 99. RGB value is (65,130,153). Sum of RGB (Red+Green+Blue) = 65+130+153=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #418299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418299 is #BE7D66. Grayscale: #717171. Windows color (decimal): -12483943 or 10060353. OLE color: 10060353.

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

Color convert

RGB 65 130 153 -
CMYK 0.58 0.15 0 0.4
HSL 195.68º 0.4% 0.43% -
HSV(B) 195.68º 0.58% 0.6% -
XYZ 15.91 19.39 33.04 -
YUV 113.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 65 130 153 0.58 0.15 0 0.4 195.68 0.4 0.43
Hex 41 82 99 3A F 0 28 C4 28 2B
Octal 101 202 231 72 17 0 50 304 50 53
Binary 1000001 10000010 10011001 111010 1111 0 101000 11000100 101000 101011

Color Harmonies of #418299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418299

Black with #418299

Text Example


Text Example

White with #418299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418299; }

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

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

background-color css

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

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

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

border-color css

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

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

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