Html Css Color HEX #448179 Breaker Bay

📋 copy color: '#448179'

red 68 ◦ green 129 ◦ blue 121

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

Shades of Breaker Bay #448179

Tints of Breaker Bay #448179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.57%

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

R = 21.38%
G = 40.57%
B = 38.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#448179 (or 0x448179) is known color: Breaker Bay. HEX triplet: 44, 81 and 79. RGB value is (68,129,121). Sum of RGB (Red+Green+Blue) = 68+129+121=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #448179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448179 is #BB7E86. Grayscale: #6D6D6D. Windows color (decimal): -12287623 or 7962948. OLE color: 7962948.

HSL color Cylindrical-coordinate representation of color #448179: hue angle of 172.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448179 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 121 -
CMYK 0.47 0 0.06 0.49
HSL 172.13º 0.31% 0.39% -
HSV(B) 172.13º 0.47% 0.51% -
XYZ 13.69 18.31 20.9 -
YUV 109.85 134.29 98.15 -
System Red Green Blue C M Y K H S L
Decimal 68 129 121 0.47 0 0.06 0.49 172.13 0.31 0.39
Hex 44 81 79 2F 0 6 31 AC 1F 27
Octal 104 201 171 57 0 6 61 254 37 47
Binary 1000100 10000001 1111001 101111 0 110 110001 10101100 11111 100111

Color Harmonies of #448179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448179

Black with #448179

Text Example


Text Example

White with #448179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448179; }

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

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

background-color css

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

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

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

border-color css

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

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

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