Html Css Color HEX #467C77 Breaker Bay

📋 copy color: '#467C77'

red 70 ◦ green 124 ◦ blue 119

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

Shades of Breaker Bay #467C77

Tints of Breaker Bay #467C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 22.36%
G = 39.62%
B = 38.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#467C77 (or 0x467C77) is known color: Breaker Bay. HEX triplet: 46, 7C and 77. RGB value is (70,124,119). Sum of RGB (Red+Green+Blue) = 70+124+119=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #467C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C77 is #B98388. Grayscale: #6B6B6B. Windows color (decimal): -12157833 or 7830598. OLE color: 7830598.

HSL color Cylindrical-coordinate representation of color #467C77: hue angle of 174.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467C77 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 124 119 -
CMYK 0.44 0 0.04 0.51
HSL 174.44º 0.28% 0.38% -
HSV(B) 174.44º 0.44% 0.49% -
XYZ 13.06 17.05 20.06 -
YUV 107.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 70 124 119 0.44 0 0.04 0.51 174.44 0.28 0.38
Hex 46 7C 77 2C 0 4 33 AE 1C 26
Octal 106 174 167 54 0 4 63 256 34 46
Binary 1000110 1111100 1110111 101100 0 100 110011 10101110 11100 100110

Color Harmonies of #467C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C77

Black with #467C77

Text Example


Text Example

White with #467C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,124,119); }

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

background-color css

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

 a { background-color: rgb(70,124,119); }

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

border-color css

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

 span { border-color: rgb(70,124,119); }

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