Html Css Color HEX #454963 Port Gore

📋 copy color: '#454963'

red 69 ◦ green 73 ◦ blue 99

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

Shades of Port Gore #454963

Tints of Port Gore #454963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

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

R = 28.63%
G = 30.29%
B = 41.08%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#454963 (or 0x454963) is known color: Port Gore. HEX triplet: 45, 49 and 63. RGB value is (69,73,99). Sum of RGB (Red+Green+Blue) = 69+73+99=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #454963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454963 is #BAB69C. Grayscale: #4A4A4A. Windows color (decimal): -12236445 or 6506821. OLE color: 6506821.

HSL color Cylindrical-coordinate representation of color #454963: hue angle of 232º 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 #454963 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 73 99 -
CMYK 0.30 0.26 0 0.61
HSL 232º 0.18% 0.33% -
HSV(B) 232º 0.3% 0.39% -
XYZ 7.09 6.93 12.77 -
YUV 74.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 69 73 99 0.30 0.26 0 0.61 232 0.18 0.33
Hex 45 49 63 1E 1A 0 3D E8 12 21
Octal 105 111 143 36 32 0 75 350 22 41
Binary 1000101 1001001 1100011 11110 11010 0 111101 11101000 10010 100001

Color Harmonies of #454963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454963

Black with #454963

Text Example


Text Example

White with #454963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454963; }

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

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

background-color css

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

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

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

border-color css

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

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

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