Html Css Color HEX #488F9F Hippie Blue

📋 copy color: '#488F9F'

red 72 ◦ green 143 ◦ blue 159

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

Shades of Hippie Blue #488F9F

Tints of Hippie Blue #488F9F

RGB

 RED value IS 72 (28.52% from 255) = 19.25%

 GREEN value IS 143 (56.25% from 255) = 38.24%

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 19.25%
G = 38.24%
B = 42.51%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#488F9F (or 0x488F9F) is known color: Hippie Blue. HEX triplet: 48, 8F and 9F. RGB value is (72,143,159). Sum of RGB (Red+Green+Blue) = 72+143+159=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #488F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F9F is #B77060. Grayscale: #7B7B7B. Windows color (decimal): -12021857 or 10456904. OLE color: 10456904.

HSL color Cylindrical-coordinate representation of color #488F9F: hue angle of 191.03º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #488F9F is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 143 159 -
CMYK 0.55 0.10 0 0.38
HSL 191.03º 0.38% 0.45% -
HSV(B) 191.03º 0.55% 0.62% -
XYZ 18.75 23.53 36.35 -
YUV 123.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 72 143 159 0.55 0.10 0 0.38 191.03 0.38 0.45
Hex 48 8F 9F 37 A 0 26 BF 26 2D
Octal 110 217 237 67 12 0 46 277 46 55
Binary 1001000 10001111 10011111 110111 1010 0 100110 10111111 100110 101101

Color Harmonies of #488F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488F9F

Black with #488F9F

Text Example


Text Example

White with #488F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488F9F; }

 p { color: rgb(72,143,159); }

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

background-color css

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

 a { background-color: rgb(72,143,159); }

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

border-color css

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

 span { border-color: rgb(72,143,159); }

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