Html Css Color HEX #468078 Breaker Bay

📋 copy color: '#468078'

red 70 ◦ green 128 ◦ blue 120

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

Shades of Breaker Bay #468078

Tints of Breaker Bay #468078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.25%

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

R = 22.01%
G = 40.25%
B = 37.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#468078 (or 0x468078) is known color: Breaker Bay. HEX triplet: 46, 80 and 78. RGB value is (70,128,120). Sum of RGB (Red+Green+Blue) = 70+128+120=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #468078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468078 is #B97F87. Grayscale: #6D6D6D. Windows color (decimal): -12156808 or 7897158. OLE color: 7897158.

HSL color Cylindrical-coordinate representation of color #468078: hue angle of 171.72º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468078 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 120 -
CMYK 0.45 0 0.06 0.50
HSL 171.72º 0.29% 0.39% -
HSV(B) 171.72º 0.45% 0.5% -
XYZ 13.64 18.1 20.54 -
YUV 109.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 70 128 120 0.45 0 0.06 0.50 171.72 0.29 0.39
Hex 46 80 78 2D 0 6 32 AC 1D 27
Octal 106 200 170 55 0 6 62 254 35 47
Binary 1000110 10000000 1111000 101101 0 110 110010 10101100 11101 100111

Color Harmonies of #468078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468078

Black with #468078

Text Example


Text Example

White with #468078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468078; }

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

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

background-color css

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

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

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

border-color css

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

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

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