Html Css Color HEX #41546C East Bay

📋 copy color: '#41546C'

red 65 ◦ green 84 ◦ blue 108

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

Shades of East Bay #41546C

Tints of East Bay #41546C

RGB

 RED value IS 65 (25.78% from 255) = 25.29%

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 25.29%
G = 32.68%
B = 42.02%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41546C (or 0x41546C) is known color: East Bay. HEX triplet: 41, 54 and 6C. RGB value is (65,84,108). Sum of RGB (Red+Green+Blue) = 65+84+108=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #41546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41546C is #BEAB93. Grayscale: #505050. Windows color (decimal): -12495764 or 7099457. OLE color: 7099457.

HSL color Cylindrical-coordinate representation of color #41546C: hue angle of 213.49º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41546C is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 84 108 -
CMYK 0.40 0.22 0 0.58
HSL 213.49º 0.25% 0.34% -
HSV(B) 213.49º 0.4% 0.42% -
XYZ 8.06 8.55 15.41 -
YUV 81.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 65 84 108 0.40 0.22 0 0.58 213.49 0.25 0.34
Hex 41 54 6C 28 16 0 3A D5 19 22
Octal 101 124 154 50 26 0 72 325 31 42
Binary 1000001 1010100 1101100 101000 10110 0 111010 11010101 11001 100010

Color Harmonies of #41546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41546C

Black with #41546C

Text Example


Text Example

White with #41546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41546C; }

 p { color: rgb(65,84,108); }

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

background-color css

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

 a { background-color: rgb(65,84,108); }

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

border-color css

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

 span { border-color: rgb(65,84,108); }

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