Html Css Color HEX #448C9F Hippie Blue

📋 copy color: '#448C9F'

red 68 ◦ green 140 ◦ blue 159

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

Shades of Hippie Blue #448C9F

Tints of Hippie Blue #448C9F

RGB

 RED value IS 68 (26.95% from 255) = 18.53%

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

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

R = 18.53%
G = 38.15%
B = 43.32%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#448C9F (or 0x448C9F) is known color: Hippie Blue. HEX triplet: 44, 8C and 9F. RGB value is (68,140,159). Sum of RGB (Red+Green+Blue) = 68+140+159=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #448C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448C9F is #BB7360. Grayscale: #787878. Windows color (decimal): -12284769 or 10456132. OLE color: 10456132.

HSL color Cylindrical-coordinate representation of color #448C9F: hue angle of 192.53º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #448C9F is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 140 159 -
CMYK 0.57 0.12 0 0.38
HSL 192.53º 0.4% 0.45% -
HSV(B) 192.53º 0.57% 0.62% -
XYZ 18.02 22.49 36.19 -
YUV 120.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 68 140 159 0.57 0.12 0 0.38 192.53 0.4 0.45
Hex 44 8C 9F 39 C 0 26 C1 28 2D
Octal 104 214 237 71 14 0 46 301 50 55
Binary 1000100 10001100 10011111 111001 1100 0 100110 11000001 101000 101101

Color Harmonies of #448C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C9F

Black with #448C9F

Text Example


Text Example

White with #448C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448C9F; }

 p { color: rgb(68,140,159); }

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

background-color css

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

 a { background-color: rgb(68,140,159); }

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

border-color css

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

 span { border-color: rgb(68,140,159); }

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