Html Css Color HEX #414B66 East Bay

📋 copy color: '#414B66'

red 65 ◦ green 75 ◦ blue 102

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

Shades of East Bay #414B66

Tints of East Bay #414B66

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.99%

 BLUE value IS 102 (40.23% from 255) = 42.15%

R = 26.86%
G = 30.99%
B = 42.15%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#414B66 (or 0x414B66) is known color: East Bay. HEX triplet: 41, 4B and 66. RGB value is (65,75,102). Sum of RGB (Red+Green+Blue) = 65+75+102=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #414B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B66 is #BEB499. Grayscale: #4A4A4A. Windows color (decimal): -12498074 or 6703937. OLE color: 6703937.

HSL color Cylindrical-coordinate representation of color #414B66: hue angle of 223.78º 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 #414B66 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 75 102 -
CMYK 0.36 0.26 0 0.6
HSL 223.78º 0.22% 0.33% -
HSV(B) 223.78º 0.36% 0.4% -
XYZ 7.09 7.12 13.57 -
YUV 75.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 65 75 102 0.36 0.26 0 0.6 223.78 0.22 0.33
Hex 41 4B 66 24 1A 0 3C E0 16 21
Octal 101 113 146 44 32 0 74 340 26 41
Binary 1000001 1001011 1100110 100100 11010 0 111100 11100000 10110 100001

Color Harmonies of #414B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B66

Black with #414B66

Text Example


Text Example

White with #414B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,75,102); }

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

background-color css

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

 a { background-color: rgb(65,75,102); }

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

border-color css

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

 span { border-color: rgb(65,75,102); }

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