Html Css Color HEX #41949F Hippie Blue

📋 copy color: '#41949F'

red 65 ◦ green 148 ◦ blue 159

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

Shades of Hippie Blue #41949F

Tints of Hippie Blue #41949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

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

R = 17.47%
G = 39.78%
B = 42.74%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41949F (or 0x41949F) is known color: Hippie Blue. HEX triplet: 41, 94 and 9F. RGB value is (65,148,159). Sum of RGB (Red+Green+Blue) = 65+148+159=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #41949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41949F is #BE6B60. Grayscale: #7C7C7C. Windows color (decimal): -12479329 or 10458177. OLE color: 10458177.

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

Color convert

RGB 65 148 159 -
CMYK 0.59 0.07 0 0.38
HSL 187.02º 0.42% 0.44% -
HSV(B) 187.02º 0.59% 0.62% -
XYZ 19.03 24.81 36.59 -
YUV 124.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 65 148 159 0.59 0.07 0 0.38 187.02 0.42 0.44
Hex 41 94 9F 3B 7 0 26 BB 2A 2C
Octal 101 224 237 73 7 0 46 273 52 54
Binary 1000001 10010100 10011111 111011 111 0 100110 10111011 101010 101100

Color Harmonies of #41949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41949F

Black with #41949F

Text Example


Text Example

White with #41949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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