Html Css Color HEX #426FA1 San Marino

📋 copy color: '#426FA1'

red 66 ◦ green 111 ◦ blue 161

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

Shades of San Marino #426FA1

Tints of San Marino #426FA1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

 BLUE value IS 161 (63.28% from 255) = 47.63%

R = 19.53%
G = 32.84%
B = 47.63%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#426FA1 (or 0x426FA1) is known color: San Marino. HEX triplet: 42, 6F and A1. RGB value is (66,111,161). Sum of RGB (Red+Green+Blue) = 66+111+161=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #426FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FA1 is #BD905E. Grayscale: #676767. Windows color (decimal): -12423263 or 10579778. OLE color: 10579778.

HSL color Cylindrical-coordinate representation of color #426FA1: hue angle of 211.58º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #426FA1 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 111 161 -
CMYK 0.59 0.31 0 0.37
HSL 211.58º 0.42% 0.45% -
HSV(B) 211.58º 0.59% 0.63% -
XYZ 14.36 15.1 35.88 -
YUV 103.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 66 111 161 0.59 0.31 0 0.37 211.58 0.42 0.45
Hex 42 6F A1 3B 1F 0 25 D4 2A 2D
Octal 102 157 241 73 37 0 45 324 52 55
Binary 1000010 1101111 10100001 111011 11111 0 100101 11010100 101010 101101

Color Harmonies of #426FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FA1

Black with #426FA1

Text Example


Text Example

White with #426FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426FA1; }

 p { color: rgb(66,111,161); }

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

background-color css

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

 a { background-color: rgb(66,111,161); }

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

border-color css

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

 span { border-color: rgb(66,111,161); }

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