Html Css Color HEX #455A63 San Juan

📋 copy color: '#455A63'

red 69 ◦ green 90 ◦ blue 99

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

Shades of San Juan #455A63

Tints of San Juan #455A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

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

R = 26.74%
G = 34.88%
B = 38.37%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#455A63 (or 0x455A63) is known color: San Juan. HEX triplet: 45, 5A and 63. RGB value is (69,90,99). Sum of RGB (Red+Green+Blue) = 69+90+99=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #455A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A63 is #BAA59C. Grayscale: #545454. Windows color (decimal): -12232093 or 6511173. OLE color: 6511173.

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

Color convert

RGB 69 90 99 -
CMYK 0.30 0.09 0 0.61
HSL 198º 0.18% 0.33% -
HSV(B) 198º 0.3% 0.39% -
XYZ 8.36 9.48 13.19 -
YUV 84.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 69 90 99 0.30 0.09 0 0.61 198 0.18 0.33
Hex 45 5A 63 1E 9 0 3D C6 12 21
Octal 105 132 143 36 11 0 75 306 22 41
Binary 1000101 1011010 1100011 11110 1001 0 111101 11000110 10010 100001

Color Harmonies of #455A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A63

Black with #455A63

Text Example


Text Example

White with #455A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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