#418793

Color #418793 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #418793

Tints of Hippie Blue #418793

Color information

#418793 (or 0x418793) is unknown color: approx Hippie Blue. HEX triplet: 41, 87 and 93. RGB value is (65,135,147). Sum of RGB (Red+Green+Blue) = 65+135+147=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #418793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418793 is #BE786C. Grayscale: #737373. Windows color (decimal): -12482669 or 9668417. OLE color: 9668417.

HSL color Cylindrical-coordinate representation of color #418793: hue angle of 188.78º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #418793 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65135147-
CMYK0.560.0800.42
HSL188.78º38.68%41.57%-
HSV(B)188.78º55.78%57.65%-
XYZ16.1120.5630.72-
YUV115.44145.8192.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=18.73%
G=38.90%
B=42.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651351470.560.0800.42188.7838.6841.57
Hex41879338802Abd272a
Octal10120722370100522754752
Binary100000110000111100100111110001000010101010111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418793; }

 p { color: rgb(65,135,147); }

 H1.HeaderClassName
 {
   color: #418793;
 }
 .AnyTagClassName
 {
   color: #418793;
 }
</style>
background-color css

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

 a { background-color: rgb(65,135,147); }

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

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

 span { border-color: rgb(65,135,147); }

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