Html Css Color HEX #425067 East Bay

📋 copy color: '#425067'

red 66 ◦ green 80 ◦ blue 103

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

Shades of East Bay #425067

Tints of East Bay #425067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 26.51%
G = 32.13%
B = 41.37%

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

#425067 (or 0x425067) is known color: East Bay. HEX triplet: 42, 50 and 67. RGB value is (66,80,103). Sum of RGB (Red+Green+Blue) = 66+80+103=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #425067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425067 is #BDAF98. Grayscale: #4E4E4E. Windows color (decimal): -12431257 or 6770754. OLE color: 6770754.

HSL color Cylindrical-coordinate representation of color #425067: hue angle of 217.3º 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 #425067 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 80 103 -
CMYK 0.36 0.22 0 0.60
HSL 217.3º 0.22% 0.33% -
HSV(B) 217.3º 0.36% 0.4% -
XYZ 7.56 7.87 13.95 -
YUV 78.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 66 80 103 0.36 0.22 0 0.60 217.3 0.22 0.33
Hex 42 50 67 24 16 0 3C D9 16 21
Octal 102 120 147 44 26 0 74 331 26 41
Binary 1000010 1010000 1100111 100100 10110 0 111100 11011001 10110 100001

Color Harmonies of #425067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425067

Black with #425067

Text Example


Text Example

White with #425067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425067; }

 p { color: rgb(66,80,103); }

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

background-color css

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

 a { background-color: rgb(66,80,103); }

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

border-color css

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

 span { border-color: rgb(66,80,103); }

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