Html Css Color HEX #468DA0 Hippie Blue

📋 copy color: '#468DA0'

red 70 ◦ green 141 ◦ blue 160

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

Shades of Hippie Blue #468DA0

Tints of Hippie Blue #468DA0

RGB

 RED value IS 70 (27.73% from 255) = 18.87%

 GREEN value IS 141 (55.47% from 255) = 38.01%

 BLUE value IS 160 (62.89% from 255) = 43.13%

R = 18.87%
G = 38.01%
B = 43.13%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#468DA0 (or 0x468DA0) is known color: Hippie Blue. HEX triplet: 46, 8D and A0. RGB value is (70,141,160). Sum of RGB (Red+Green+Blue) = 70+141+160=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #468DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468DA0 is #B9725F. Grayscale: #797979. Windows color (decimal): -12153440 or 10521926. OLE color: 10521926.

HSL color Cylindrical-coordinate representation of color #468DA0: hue angle of 192.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #468DA0 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 141 160 -
CMYK 0.56 0.12 0 0.37
HSL 192.67º 0.39% 0.45% -
HSV(B) 192.67º 0.56% 0.63% -
XYZ 18.4 22.89 36.71 -
YUV 121.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 70 141 160 0.56 0.12 0 0.37 192.67 0.39 0.45
Hex 46 8D A0 38 C 0 25 C1 27 2D
Octal 106 215 240 70 14 0 45 301 47 55
Binary 1000110 10001101 10100000 111000 1100 0 100101 11000001 100111 101101

Color Harmonies of #468DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DA0

Black with #468DA0

Text Example


Text Example

White with #468DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468DA0; }

 p { color: rgb(70,141,160); }

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

background-color css

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

 a { background-color: rgb(70,141,160); }

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

border-color css

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

 span { border-color: rgb(70,141,160); }

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