Html Css Color HEX #468B9B Hippie Blue

📋 copy color: '#468B9B'

red 70 ◦ green 139 ◦ blue 155

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

Shades of Hippie Blue #468B9B

Tints of Hippie Blue #468B9B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 19.23%
G = 38.19%
B = 42.58%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#468B9B (or 0x468B9B) is known color: Hippie Blue. HEX triplet: 46, 8B and 9B. RGB value is (70,139,155). Sum of RGB (Red+Green+Blue) = 70+139+155=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #468B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468B9B is #B97464. Grayscale: #787878. Windows color (decimal): -12153957 or 10193734. OLE color: 10193734.

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

Color convert

RGB 70 139 155 -
CMYK 0.55 0.10 0 0.39
HSL 191.29º 0.38% 0.44% -
HSV(B) 191.29º 0.55% 0.61% -
XYZ 17.67 22.13 34.35 -
YUV 120.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 70 139 155 0.55 0.10 0 0.39 191.29 0.38 0.44
Hex 46 8B 9B 37 A 0 27 BF 26 2C
Octal 106 213 233 67 12 0 47 277 46 54
Binary 1000110 10001011 10011011 110111 1010 0 100111 10111111 100110 101100

Color Harmonies of #468B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B9B

Black with #468B9B

Text Example


Text Example

White with #468B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,139,155); }

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

background-color css

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

 a { background-color: rgb(70,139,155); }

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

border-color css

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

 span { border-color: rgb(70,139,155); }

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