Html Css Color HEX #454A63 Port Gore

📋 copy color: '#454A63'

red 69 ◦ green 74 ◦ blue 99

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

Shades of Port Gore #454A63

Tints of Port Gore #454A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

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

R = 28.51%
G = 30.58%
B = 40.91%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#454A63 (or 0x454A63) is known color: Port Gore. HEX triplet: 45, 4A and 63. RGB value is (69,74,99). Sum of RGB (Red+Green+Blue) = 69+74+99=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #454A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A63 is #BAB59C. Grayscale: #4B4B4B. Windows color (decimal): -12236189 or 6507077. OLE color: 6507077.

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

Color convert

RGB 69 74 99 -
CMYK 0.30 0.25 0 0.61
HSL 230º 0.18% 0.33% -
HSV(B) 230º 0.3% 0.39% -
XYZ 7.16 7.06 12.79 -
YUV 75.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 69 74 99 0.30 0.25 0 0.61 230 0.18 0.33
Hex 45 4A 63 1E 19 0 3D E6 12 21
Octal 105 112 143 36 31 0 75 346 22 41
Binary 1000101 1001010 1100011 11110 11001 0 111101 11100110 10010 100001

Color Harmonies of #454A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A63

Black with #454A63

Text Example


Text Example

White with #454A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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