Html Css Color HEX #468379 Breaker Bay

📋 copy color: '#468379'

red 70 ◦ green 131 ◦ blue 121

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

Shades of Breaker Bay #468379

Tints of Breaker Bay #468379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

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

R = 21.74%
G = 40.68%
B = 37.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#468379 (or 0x468379) is known color: Breaker Bay. HEX triplet: 46, 83 and 79. RGB value is (70,131,121). Sum of RGB (Red+Green+Blue) = 70+131+121=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #468379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468379 is #B97C86. Grayscale: #6F6F6F. Windows color (decimal): -12156039 or 7963462. OLE color: 7963462.

HSL color Cylindrical-coordinate representation of color #468379: hue angle of 170.16º degrees, saturation: 0.3, 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 #468379 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 121 -
CMYK 0.47 0 0.08 0.49
HSL 170.16º 0.3% 0.39% -
HSV(B) 170.16º 0.47% 0.51% -
XYZ 14.09 18.92 21 -
YUV 111.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 70 131 121 0.47 0 0.08 0.49 170.16 0.3 0.39
Hex 46 83 79 2F 0 8 31 AA 1E 27
Octal 106 203 171 57 0 10 61 252 36 47
Binary 1000110 10000011 1111001 101111 0 1000 110001 10101010 11110 100111

Color Harmonies of #468379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468379

Black with #468379

Text Example


Text Example

White with #468379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468379; }

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

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

background-color css

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

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

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

border-color css

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

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

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