Html Css Color HEX #468178 Breaker Bay

📋 copy color: '#468178'

red 70 ◦ green 129 ◦ blue 120

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

Shades of Breaker Bay #468178

Tints of Breaker Bay #468178

RGB

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

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

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

R = 21.94%
G = 40.44%
B = 37.62%

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

#468178 (or 0x468178) is known color: Breaker Bay. HEX triplet: 46, 81 and 78. RGB value is (70,129,120). Sum of RGB (Red+Green+Blue) = 70+129+120=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #468178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468178 is #B97E87. Grayscale: #6E6E6E. Windows color (decimal): -12156552 or 7897414. OLE color: 7897414.

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

Color convert

RGB 70 129 120 -
CMYK 0.46 0 0.07 0.49
HSL 170.85º 0.3% 0.39% -
HSV(B) 170.85º 0.46% 0.51% -
XYZ 13.77 18.36 20.59 -
YUV 110.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 70 129 120 0.46 0 0.07 0.49 170.85 0.3 0.39
Hex 46 81 78 2E 0 7 31 AB 1E 27
Octal 106 201 170 56 0 7 61 253 36 47
Binary 1000110 10000001 1111000 101110 0 111 110001 10101011 11110 100111

Color Harmonies of #468178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468178

Black with #468178

Text Example


Text Example

White with #468178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468178; }

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

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

background-color css

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

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

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

border-color css

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

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

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