Html Css Color HEX #468792 Hippie Blue

📋 copy color: '#468792'

red 70 ◦ green 135 ◦ blue 146

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

Shades of Hippie Blue #468792

Tints of Hippie Blue #468792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.46%

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 19.94%
G = 38.46%
B = 41.6%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#468792 (or 0x468792) is known color: Hippie Blue. HEX triplet: 46, 87 and 92. RGB value is (70,135,146). Sum of RGB (Red+Green+Blue) = 70+135+146=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #468792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468792 is #B9786D. Grayscale: #747474. Windows color (decimal): -12154990 or 9602886. OLE color: 9602886.

HSL color Cylindrical-coordinate representation of color #468792: hue angle of 188.68º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468792 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 135 146 -
CMYK 0.52 0.08 0 0.43
HSL 188.68º 0.35% 0.42% -
HSV(B) 188.68º 0.52% 0.57% -
XYZ 16.38 20.71 30.33 -
YUV 116.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 70 135 146 0.52 0.08 0 0.43 188.68 0.35 0.42
Hex 46 87 92 34 8 0 2B BD 23 2A
Octal 106 207 222 64 10 0 53 275 43 52
Binary 1000110 10000111 10010010 110100 1000 0 101011 10111101 100011 101010

Color Harmonies of #468792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468792

Black with #468792

Text Example


Text Example

White with #468792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468792; }

 p { color: rgb(70,135,146); }

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

background-color css

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

 a { background-color: rgb(70,135,146); }

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

border-color css

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

 span { border-color: rgb(70,135,146); }

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