Html Css Color HEX #424B65 East Bay

📋 copy color: '#424B65'

red 66 ◦ green 75 ◦ blue 101

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

Shades of East Bay #424B65

Tints of East Bay #424B65

RGB

 RED value IS 66 (26.17% from 255) = 27.27%

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

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

R = 27.27%
G = 30.99%
B = 41.74%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#424B65 (or 0x424B65) is known color: East Bay. HEX triplet: 42, 4B and 65. RGB value is (66,75,101). Sum of RGB (Red+Green+Blue) = 66+75+101=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #424B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B65 is #BDB49A. Grayscale: #4B4B4B. Windows color (decimal): -12432539 or 6638402. OLE color: 6638402.

HSL color Cylindrical-coordinate representation of color #424B65: hue angle of 224.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424B65 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 75 101 -
CMYK 0.35 0.26 0 0.60
HSL 224.57º 0.21% 0.33% -
HSV(B) 224.57º 0.35% 0.4% -
XYZ 7.11 7.13 13.31 -
YUV 75.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 66 75 101 0.35 0.26 0 0.60 224.57 0.21 0.33
Hex 42 4B 65 23 1A 0 3C E1 15 21
Octal 102 113 145 43 32 0 74 341 25 41
Binary 1000010 1001011 1100101 100011 11010 0 111100 11100001 10101 100001

Color Harmonies of #424B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B65

Black with #424B65

Text Example


Text Example

White with #424B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B65; }

 p { color: rgb(66,75,101); }

 H1.HeaderClassName
 {
   color: #424B65;
 }
 .AnyTagClassName
 {
   color: #424B65;
 }
</style>

background-color css

<style>
 a { background-color: #424B65; }

 a { background-color: rgb(66,75,101); }

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

border-color css

<style>
 span { border-color: #424B65; }

 span { border-color: rgb(66,75,101); }

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