Html Css Color HEX #468C9A Hippie Blue

📋 copy color: '#468C9A'

red 70 ◦ green 140 ◦ blue 154

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

Shades of Hippie Blue #468C9A

Tints of Hippie Blue #468C9A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 19.23%
G = 38.46%
B = 42.31%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#468C9A (or 0x468C9A) is known color: Hippie Blue. HEX triplet: 46, 8C and 9A. RGB value is (70,140,154). Sum of RGB (Red+Green+Blue) = 70+140+154=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #468C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C9A is #B97365. Grayscale: #787878. Windows color (decimal): -12153702 or 10128454. OLE color: 10128454.

HSL color Cylindrical-coordinate representation of color #468C9A: hue angle of 190º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #468C9A is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 140 154 -
CMYK 0.55 0.09 0 0.40
HSL 190º 0.38% 0.44% -
HSV(B) 190º 0.55% 0.6% -
XYZ 17.74 22.39 33.96 -
YUV 120.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 70 140 154 0.55 0.09 0 0.40 190 0.38 0.44
Hex 46 8C 9A 37 9 0 28 BE 26 2C
Octal 106 214 232 67 11 0 50 276 46 54
Binary 1000110 10001100 10011010 110111 1001 0 101000 10111110 100110 101100

Color Harmonies of #468C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C9A

Black with #468C9A

Text Example


Text Example

White with #468C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,140,154); }

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

background-color css

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

 a { background-color: rgb(70,140,154); }

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

border-color css

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

 span { border-color: rgb(70,140,154); }

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