Html Css Color HEX #426070 San Juan

📋 copy color: '#426070'

red 66 ◦ green 96 ◦ blue 112

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

Shades of San Juan #426070

Tints of San Juan #426070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 24.09%
G = 35.04%
B = 40.88%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426070 (or 0x426070) is known color: San Juan. HEX triplet: 42, 60 and 70. RGB value is (66,96,112). Sum of RGB (Red+Green+Blue) = 66+96+112=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #426070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426070 is #BD9F8F. Grayscale: #585858. Windows color (decimal): -12427152 or 7364674. OLE color: 7364674.

HSL color Cylindrical-coordinate representation of color #426070: hue angle of 200.87º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426070 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 96 112 -
CMYK 0.41 0.14 0 0.56
HSL 200.87º 0.26% 0.35% -
HSV(B) 200.87º 0.41% 0.44% -
XYZ 9.35 10.69 16.9 -
YUV 88.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 66 96 112 0.41 0.14 0 0.56 200.87 0.26 0.35
Hex 42 60 70 29 E 0 38 C9 1A 23
Octal 102 140 160 51 16 0 70 311 32 43
Binary 1000010 1100000 1110000 101001 1110 0 111000 11001001 11010 100011

Color Harmonies of #426070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426070

Black with #426070

Text Example


Text Example

White with #426070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426070; }

 p { color: rgb(66,96,112); }

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

background-color css

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

 a { background-color: rgb(66,96,112); }

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

border-color css

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

 span { border-color: rgb(66,96,112); }

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