Html Css Color HEX #425463 San Juan

📋 copy color: '#425463'

red 66 ◦ green 84 ◦ blue 99

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

Shades of San Juan #425463

Tints of San Juan #425463

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

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

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

R = 26.51%
G = 33.73%
B = 39.76%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#425463 (or 0x425463) is known color: San Juan. HEX triplet: 42, 54 and 63. RGB value is (66,84,99). Sum of RGB (Red+Green+Blue) = 66+84+99=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #425463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425463 is #BDAB9C. Grayscale: #505050. Windows color (decimal): -12430237 or 6509634. OLE color: 6509634.

HSL color Cylindrical-coordinate representation of color #425463: hue angle of 207.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425463 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 84 99 -
CMYK 0.33 0.15 0 0.61
HSL 207.27º 0.2% 0.32% -
HSV(B) 207.27º 0.33% 0.39% -
XYZ 7.67 8.4 13.02 -
YUV 80.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 66 84 99 0.33 0.15 0 0.61 207.27 0.2 0.32
Hex 42 54 63 21 F 0 3D CF 14 20
Octal 102 124 143 41 17 0 75 317 24 40
Binary 1000010 1010100 1100011 100001 1111 0 111101 11001111 10100 100000

Color Harmonies of #425463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425463

Black with #425463

Text Example


Text Example

White with #425463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425463; }

 p { color: rgb(66,84,99); }

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

background-color css

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

 a { background-color: rgb(66,84,99); }

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

border-color css

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

 span { border-color: rgb(66,84,99); }

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