Html Css Color HEX #41869F Hippie Blue

📋 copy color: '#41869F'

red 65 ◦ green 134 ◦ blue 159

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

Shades of Hippie Blue #41869F

Tints of Hippie Blue #41869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

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

R = 18.16%
G = 37.43%
B = 44.41%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41869F (or 0x41869F) is known color: Hippie Blue. HEX triplet: 41, 86 and 9F. RGB value is (65,134,159). Sum of RGB (Red+Green+Blue) = 65+134+159=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #41869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41869F is #BE7960. Grayscale: #747474. Windows color (decimal): -12482913 or 10454593. OLE color: 10454593.

HSL color Cylindrical-coordinate representation of color #41869F: hue angle of 195.96º 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 #41869F is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 134 159 -
CMYK 0.59 0.16 0 0.38
HSL 195.96º 0.42% 0.44% -
HSV(B) 195.96º 0.59% 0.62% -
XYZ 16.96 20.68 35.9 -
YUV 116.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 65 134 159 0.59 0.16 0 0.38 195.96 0.42 0.44
Hex 41 86 9F 3B 10 0 26 C4 2A 2C
Octal 101 206 237 73 20 0 46 304 52 54
Binary 1000001 10000110 10011111 111011 10000 0 100110 11000100 101010 101100

Color Harmonies of #41869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41869F

Black with #41869F

Text Example


Text Example

White with #41869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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