Html Css Color HEX #454D61 East Bay

📋 copy color: '#454D61'

red 69 ◦ green 77 ◦ blue 97

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

Shades of East Bay #454D61

Tints of East Bay #454D61

RGB

 RED value IS 69 (27.34% from 255) = 28.4%

 GREEN value IS 77 (30.47% from 255) = 31.69%

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 28.4%
G = 31.69%
B = 39.92%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#454D61 (or 0x454D61) is known color: East Bay. HEX triplet: 45, 4D and 61. RGB value is (69,77,97). Sum of RGB (Red+Green+Blue) = 69+77+97=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #454D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D61 is #BAB29E. Grayscale: #4C4C4C. Windows color (decimal): -12235423 or 6376773. OLE color: 6376773.

HSL color Cylindrical-coordinate representation of color #454D61: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #454D61 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 77 97 -
CMYK 0.29 0.21 0 0.62
HSL 222.86º 0.17% 0.33% -
HSV(B) 222.86º 0.29% 0.38% -
XYZ 7.27 7.44 12.36 -
YUV 76.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 69 77 97 0.29 0.21 0 0.62 222.86 0.17 0.33
Hex 45 4D 61 1D 15 0 3E DF 11 21
Octal 105 115 141 35 25 0 76 337 21 41
Binary 1000101 1001101 1100001 11101 10101 0 111110 11011111 10001 100001

Color Harmonies of #454D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D61

Black with #454D61

Text Example


Text Example

White with #454D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454D61; }

 p { color: rgb(69,77,97); }

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

background-color css

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

 a { background-color: rgb(69,77,97); }

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

border-color css

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

 span { border-color: rgb(69,77,97); }

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