Html Css Color HEX #445462 San Juan

📋 copy color: '#445462'

red 68 ◦ green 84 ◦ blue 98

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

Shades of San Juan #445462

Tints of San Juan #445462

RGB

 RED value IS 68 (26.95% from 255) = 27.2%

 GREEN value IS 84 (33.2% from 255) = 33.6%

 BLUE value IS 98 (38.67% from 255) = 39.2%

R = 27.2%
G = 33.6%
B = 39.2%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445462 (or 0x445462) is known color: San Juan. HEX triplet: 44, 54 and 62. RGB value is (68,84,98). Sum of RGB (Red+Green+Blue) = 68+84+98=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #445462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445462 is #BBAB9D. Grayscale: #505050. Windows color (decimal): -12299166 or 6444100. OLE color: 6444100.

HSL color Cylindrical-coordinate representation of color #445462: hue angle of 208º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445462 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 84 98 -
CMYK 0.31 0.14 0 0.62
HSL 208º 0.18% 0.33% -
HSV(B) 208º 0.31% 0.38% -
XYZ 7.76 8.45 12.78 -
YUV 80.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 68 84 98 0.31 0.14 0 0.62 208 0.18 0.33
Hex 44 54 62 1F E 0 3E D0 12 21
Octal 104 124 142 37 16 0 76 320 22 41
Binary 1000100 1010100 1100010 11111 1110 0 111110 11010000 10010 100001

Color Harmonies of #445462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445462

Black with #445462

Text Example


Text Example

White with #445462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445462; }

 p { color: rgb(68,84,98); }

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

background-color css

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

 a { background-color: rgb(68,84,98); }

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

border-color css

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

 span { border-color: rgb(68,84,98); }

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