Html Css Color HEX #468179 Breaker Bay

📋 copy color: '#468179'

red 70 ◦ green 129 ◦ blue 121

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

Shades of Breaker Bay #468179

Tints of Breaker Bay #468179

RGB

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

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

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

R = 21.88%
G = 40.31%
B = 37.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#468179 (or 0x468179) is known color: Breaker Bay. HEX triplet: 46, 81 and 79. RGB value is (70,129,121). Sum of RGB (Red+Green+Blue) = 70+129+121=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #468179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468179 is #B97E86. Grayscale: #6E6E6E. Windows color (decimal): -12156551 or 7962950. OLE color: 7962950.

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

Color convert

RGB 70 129 121 -
CMYK 0.46 0 0.06 0.49
HSL 171.86º 0.3% 0.39% -
HSV(B) 171.86º 0.46% 0.51% -
XYZ 13.83 18.38 20.91 -
YUV 110.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 70 129 121 0.46 0 0.06 0.49 171.86 0.3 0.39
Hex 46 81 79 2E 0 6 31 AC 1E 27
Octal 106 201 171 56 0 6 61 254 36 47
Binary 1000110 10000001 1111001 101110 0 110 110001 10101100 11110 100111

Color Harmonies of #468179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468179

Black with #468179

Text Example


Text Example

White with #468179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468179; }

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

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

background-color css

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

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

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

border-color css

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

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

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