Html Css Color HEX #448079 Breaker Bay

📋 copy color: '#448079'

red 68 ◦ green 128 ◦ blue 121

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

Shades of Breaker Bay #448079

Tints of Breaker Bay #448079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 21.45%
G = 40.38%
B = 38.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#448079 (or 0x448079) is known color: Breaker Bay. HEX triplet: 44, 80 and 79. RGB value is (68,128,121). Sum of RGB (Red+Green+Blue) = 68+128+121=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #448079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448079 is #BB7F86. Grayscale: #6D6D6D. Windows color (decimal): -12287879 or 7962692. OLE color: 7962692.

HSL color Cylindrical-coordinate representation of color #448079: hue angle of 173º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448079 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 121 -
CMYK 0.47 0 0.05 0.50
HSL 173º 0.31% 0.38% -
HSV(B) 173º 0.47% 0.5% -
XYZ 13.55 18.05 20.86 -
YUV 109.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 68 128 121 0.47 0 0.05 0.50 173 0.31 0.38
Hex 44 80 79 2F 0 5 32 AD 1F 26
Octal 104 200 171 57 0 5 62 255 37 46
Binary 1000100 10000000 1111001 101111 0 101 110010 10101101 11111 100110

Color Harmonies of #448079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448079

Black with #448079

Text Example


Text Example

White with #448079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448079; }

 p { color: rgb(68,128,121); }

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

background-color css

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

 a { background-color: rgb(68,128,121); }

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

border-color css

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

 span { border-color: rgb(68,128,121); }

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