Html Css Color HEX #468994 Hippie Blue

📋 copy color: '#468994'

red 70 ◦ green 137 ◦ blue 148

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

Shades of Hippie Blue #468994

Tints of Hippie Blue #468994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 19.72%
G = 38.59%
B = 41.69%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#468994 (or 0x468994) is known color: Hippie Blue. HEX triplet: 46, 89 and 94. RGB value is (70,137,148). Sum of RGB (Red+Green+Blue) = 70+137+148=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #468994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468994 is #B9766B. Grayscale: #767676. Windows color (decimal): -12154476 or 9734470. OLE color: 9734470.

HSL color Cylindrical-coordinate representation of color #468994: hue angle of 188.46º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #468994 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 137 148 -
CMYK 0.53 0.07 0 0.42
HSL 188.46º 0.36% 0.43% -
HSV(B) 188.46º 0.53% 0.58% -
XYZ 16.82 21.33 31.25 -
YUV 118.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 70 137 148 0.53 0.07 0 0.42 188.46 0.36 0.43
Hex 46 89 94 35 7 0 2A BC 24 2B
Octal 106 211 224 65 7 0 52 274 44 53
Binary 1000110 10001001 10010100 110101 111 0 101010 10111100 100100 101011

Color Harmonies of #468994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468994

Black with #468994

Text Example


Text Example

White with #468994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468994; }

 p { color: rgb(70,137,148); }

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

background-color css

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

 a { background-color: rgb(70,137,148); }

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

border-color css

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

 span { border-color: rgb(70,137,148); }

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