Html Css Color HEX #467A76 Breaker Bay

📋 copy color: '#467A76'

red 70 ◦ green 122 ◦ blue 118

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

Shades of Breaker Bay #467A76

Tints of Breaker Bay #467A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 22.58%
G = 39.35%
B = 38.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#467A76 (or 0x467A76) is known color: Breaker Bay. HEX triplet: 46, 7A and 76. RGB value is (70,122,118). Sum of RGB (Red+Green+Blue) = 70+122+118=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #467A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A76 is #B98589. Grayscale: #696969. Windows color (decimal): -12158346 or 7764550. OLE color: 7764550.

HSL color Cylindrical-coordinate representation of color #467A76: hue angle of 175.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A76 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 122 118 -
CMYK 0.43 0 0.03 0.52
HSL 175.38º 0.27% 0.38% -
HSV(B) 175.38º 0.43% 0.48% -
XYZ 12.76 16.53 19.66 -
YUV 106 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 70 122 118 0.43 0 0.03 0.52 175.38 0.27 0.38
Hex 46 7A 76 2B 0 3 34 AF 1B 26
Octal 106 172 166 53 0 3 64 257 33 46
Binary 1000110 1111010 1110110 101011 0 11 110100 10101111 11011 100110

Color Harmonies of #467A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A76

Black with #467A76

Text Example


Text Example

White with #467A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467A76; }

 p { color: rgb(70,122,118); }

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

background-color css

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

 a { background-color: rgb(70,122,118); }

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

border-color css

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

 span { border-color: rgb(70,122,118); }

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