Html Css Color HEX #454B63 East Bay

📋 copy color: '#454B63'

red 69 ◦ green 75 ◦ blue 99

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

Shades of East Bay #454B63

Tints of East Bay #454B63

RGB

 RED value IS 69 (27.34% from 255) = 28.4%

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

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 28.4%
G = 30.86%
B = 40.74%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#454B63 (or 0x454B63) is known color: East Bay. HEX triplet: 45, 4B and 63. RGB value is (69,75,99). Sum of RGB (Red+Green+Blue) = 69+75+99=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #454B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B63 is #BAB49C. Grayscale: #4B4B4B. Windows color (decimal): -12235933 or 6507333. OLE color: 6507333.

HSL color Cylindrical-coordinate representation of color #454B63: hue angle of 228º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454B63 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 75 99 -
CMYK 0.30 0.24 0 0.61
HSL 228º 0.18% 0.33% -
HSV(B) 228º 0.3% 0.39% -
XYZ 7.22 7.2 12.81 -
YUV 75.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 69 75 99 0.30 0.24 0 0.61 228 0.18 0.33
Hex 45 4B 63 1E 18 0 3D E4 12 21
Octal 105 113 143 36 30 0 75 344 22 41
Binary 1000101 1001011 1100011 11110 11000 0 111101 11100100 10010 100001

Color Harmonies of #454B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B63

Black with #454B63

Text Example


Text Example

White with #454B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454B63; }

 p { color: rgb(69,75,99); }

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

background-color css

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

 a { background-color: rgb(69,75,99); }

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

border-color css

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

 span { border-color: rgb(69,75,99); }

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