Html Css Color HEX #414F65 East Bay

📋 copy color: '#414F65'

red 65 ◦ green 79 ◦ blue 101

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

Shades of East Bay #414F65

Tints of East Bay #414F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.24%

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 26.53%
G = 32.24%
B = 41.22%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#414F65 (or 0x414F65) is known color: East Bay. HEX triplet: 41, 4F and 65. RGB value is (65,79,101). Sum of RGB (Red+Green+Blue) = 65+79+101=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #414F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F65 is #BEB09A. Grayscale: #4D4D4D. Windows color (decimal): -12497051 or 6639425. OLE color: 6639425.

HSL color Cylindrical-coordinate representation of color #414F65: hue angle of 216.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414F65 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 79 101 -
CMYK 0.36 0.22 0 0.60
HSL 216.67º 0.22% 0.33% -
HSV(B) 216.67º 0.36% 0.4% -
XYZ 7.32 7.66 13.4 -
YUV 77.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 65 79 101 0.36 0.22 0 0.60 216.67 0.22 0.33
Hex 41 4F 65 24 16 0 3C D9 16 21
Octal 101 117 145 44 26 0 74 331 26 41
Binary 1000001 1001111 1100101 100100 10110 0 111100 11011001 10110 100001

Color Harmonies of #414F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F65

Black with #414F65

Text Example


Text Example

White with #414F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414F65; }

 p { color: rgb(65,79,101); }

 H1.HeaderClassName
 {
   color: #414F65;
 }
 .AnyTagClassName
 {
   color: #414F65;
 }
</style>

background-color css

<style>
 a { background-color: #414F65; }

 a { background-color: rgb(65,79,101); }

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

border-color css

<style>
 span { border-color: #414F65; }

 span { border-color: rgb(65,79,101); }

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