Html Css Color HEX #41819F Hippie Blue

📋 copy color: '#41819F'

red 65 ◦ green 129 ◦ blue 159

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

Shades of Hippie Blue #41819F

Tints of Hippie Blue #41819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 18.41%
G = 36.54%
B = 45.04%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41819F (or 0x41819F) is known color: Hippie Blue. HEX triplet: 41, 81 and 9F. RGB value is (65,129,159). Sum of RGB (Red+Green+Blue) = 65+129+159=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #41819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41819F is #BE7E60. Grayscale: #717171. Windows color (decimal): -12484193 or 10453313. OLE color: 10453313.

HSL color Cylindrical-coordinate representation of color #41819F: hue angle of 199.15º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41819F is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 129 159 -
CMYK 0.59 0.19 0 0.38
HSL 199.15º 0.42% 0.44% -
HSV(B) 199.15º 0.59% 0.62% -
XYZ 16.29 19.33 35.67 -
YUV 113.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 65 129 159 0.59 0.19 0 0.38 199.15 0.42 0.44
Hex 41 81 9F 3B 13 0 26 C7 2A 2C
Octal 101 201 237 73 23 0 46 307 52 54
Binary 1000001 10000001 10011111 111011 10011 0 100110 11000111 101010 101100

Color Harmonies of #41819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41819F

Black with #41819F

Text Example


Text Example

White with #41819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41819F; }

 p { color: rgb(65,129,159); }

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

background-color css

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

 a { background-color: rgb(65,129,159); }

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

border-color css

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

 span { border-color: rgb(65,129,159); }

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