Html Css Color HEX #468C98 Hippie Blue

📋 copy color: '#468C98'

red 70 ◦ green 140 ◦ blue 152

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

Shades of Hippie Blue #468C98

Tints of Hippie Blue #468C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 19.34%
G = 38.67%
B = 41.99%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#468C98 (or 0x468C98) is known color: Hippie Blue. HEX triplet: 46, 8C and 98. RGB value is (70,140,152). Sum of RGB (Red+Green+Blue) = 70+140+152=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #468C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C98 is #B97367. Grayscale: #787878. Windows color (decimal): -12153704 or 9997382. OLE color: 9997382.

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

Color convert

RGB 70 140 152 -
CMYK 0.54 0.08 0 0.40
HSL 188.78º 0.37% 0.44% -
HSV(B) 188.78º 0.54% 0.6% -
XYZ 17.57 22.33 33.09 -
YUV 120.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 70 140 152 0.54 0.08 0 0.40 188.78 0.37 0.44
Hex 46 8C 98 36 8 0 28 BD 25 2C
Octal 106 214 230 66 10 0 50 275 45 54
Binary 1000110 10001100 10011000 110110 1000 0 101000 10111101 100101 101100

Color Harmonies of #468C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C98

Black with #468C98

Text Example


Text Example

White with #468C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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