Html Css Color HEX #468278 Breaker Bay

📋 copy color: '#468278'

red 70 ◦ green 130 ◦ blue 120

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

Shades of Breaker Bay #468278

Tints of Breaker Bay #468278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 21.88%
G = 40.63%
B = 37.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#468278 (or 0x468278) is known color: Breaker Bay. HEX triplet: 46, 82 and 78. RGB value is (70,130,120). Sum of RGB (Red+Green+Blue) = 70+130+120=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #468278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468278 is #B97D87. Grayscale: #6E6E6E. Windows color (decimal): -12156296 or 7897670. OLE color: 7897670.

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

Color convert

RGB 70 130 120 -
CMYK 0.46 0 0.08 0.49
HSL 170º 0.3% 0.39% -
HSV(B) 170º 0.46% 0.51% -
XYZ 13.9 18.62 20.63 -
YUV 110.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 70 130 120 0.46 0 0.08 0.49 170 0.3 0.39
Hex 46 82 78 2E 0 8 31 AA 1E 27
Octal 106 202 170 56 0 10 61 252 36 47
Binary 1000110 10000010 1111000 101110 0 1000 110001 10101010 11110 100111

Color Harmonies of #468278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468278

Black with #468278

Text Example


Text Example

White with #468278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468278; }

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

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

background-color css

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

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

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

border-color css

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

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

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