Html Css Color HEX #426F9B San Marino

📋 copy color: '#426F9B'

red 66 ◦ green 111 ◦ blue 155

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

Shades of San Marino #426F9B

Tints of San Marino #426F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 19.88%
G = 33.43%
B = 46.69%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#426F9B (or 0x426F9B) is known color: San Marino. HEX triplet: 42, 6F and 9B. RGB value is (66,111,155). Sum of RGB (Red+Green+Blue) = 66+111+155=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #426F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F9B is #BD9064. Grayscale: #666666. Windows color (decimal): -12423269 or 10186562. OLE color: 10186562.

HSL color Cylindrical-coordinate representation of color #426F9B: hue angle of 209.66º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426F9B is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 111 155 -
CMYK 0.57 0.28 0 0.39
HSL 209.66º 0.4% 0.43% -
HSV(B) 209.66º 0.57% 0.61% -
XYZ 13.85 14.89 33.16 -
YUV 102.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 66 111 155 0.57 0.28 0 0.39 209.66 0.4 0.43
Hex 42 6F 9B 39 1C 0 27 D2 28 2B
Octal 102 157 233 71 34 0 47 322 50 53
Binary 1000010 1101111 10011011 111001 11100 0 100111 11010010 101000 101011

Color Harmonies of #426F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F9B

Black with #426F9B

Text Example


Text Example

White with #426F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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