Html Css Color HEX #41506C East Bay

📋 copy color: '#41506C'

red 65 ◦ green 80 ◦ blue 108

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

Shades of East Bay #41506C

Tints of East Bay #41506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

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

R = 25.69%
G = 31.62%
B = 42.69%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41506C (or 0x41506C) is known color: East Bay. HEX triplet: 41, 50 and 6C. RGB value is (65,80,108). Sum of RGB (Red+Green+Blue) = 65+80+108=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #41506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41506C is #BEAF93. Grayscale: #4E4E4E. Windows color (decimal): -12496788 or 7098433. OLE color: 7098433.

HSL color Cylindrical-coordinate representation of color #41506C: hue angle of 219.07º 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 #41506C is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 80 108 -
CMYK 0.40 0.26 0 0.58
HSL 219.07º 0.25% 0.34% -
HSV(B) 219.07º 0.4% 0.42% -
XYZ 7.76 7.94 15.31 -
YUV 78.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 65 80 108 0.40 0.26 0 0.58 219.07 0.25 0.34
Hex 41 50 6C 28 1A 0 3A DB 19 22
Octal 101 120 154 50 32 0 72 333 31 42
Binary 1000001 1010000 1101100 101000 11010 0 111010 11011011 11001 100010

Color Harmonies of #41506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41506C

Black with #41506C

Text Example


Text Example

White with #41506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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