Html Css Color HEX #468279 Breaker Bay

📋 copy color: '#468279'

red 70 ◦ green 130 ◦ blue 121

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

Shades of Breaker Bay #468279

Tints of Breaker Bay #468279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 21.81%
G = 40.5%
B = 37.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#468279 (or 0x468279) is known color: Breaker Bay. HEX triplet: 46, 82 and 79. RGB value is (70,130,121). Sum of RGB (Red+Green+Blue) = 70+130+121=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #468279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468279 is #B97D86. Grayscale: #6F6F6F. Windows color (decimal): -12156295 or 7963206. OLE color: 7963206.

HSL color Cylindrical-coordinate representation of color #468279: hue angle of 171º 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 #468279 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 121 -
CMYK 0.46 0 0.07 0.49
HSL 171º 0.3% 0.39% -
HSV(B) 171º 0.46% 0.51% -
XYZ 13.96 18.65 20.95 -
YUV 111.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 70 130 121 0.46 0 0.07 0.49 171 0.3 0.39
Hex 46 82 79 2E 0 7 31 AB 1E 27
Octal 106 202 171 56 0 7 61 253 36 47
Binary 1000110 10000010 1111001 101110 0 111 110001 10101011 11110 100111

Color Harmonies of #468279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468279

Black with #468279

Text Example


Text Example

White with #468279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468279; }

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

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

background-color css

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

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

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

border-color css

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

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

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