Html Css Color HEX #426F99 San Marino

📋 copy color: '#426F99'

red 66 ◦ green 111 ◦ blue 153

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

Shades of San Marino #426F99

Tints of San Marino #426F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 20%
G = 33.64%
B = 46.36%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#426F99 (or 0x426F99) is known color: San Marino. HEX triplet: 42, 6F and 99. RGB value is (66,111,153). Sum of RGB (Red+Green+Blue) = 66+111+153=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #426F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F99 is #BD9066. Grayscale: #666666. Windows color (decimal): -12423271 or 10055490. OLE color: 10055490.

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

Color convert

RGB 66 111 153 -
CMYK 0.57 0.27 0 0.4
HSL 208.97º 0.4% 0.43% -
HSV(B) 208.97º 0.57% 0.6% -
XYZ 13.68 14.83 32.28 -
YUV 102.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 66 111 153 0.57 0.27 0 0.4 208.97 0.4 0.43
Hex 42 6F 99 39 1B 0 28 D1 28 2B
Octal 102 157 231 71 33 0 50 321 50 53
Binary 1000010 1101111 10011001 111001 11011 0 101000 11010001 101000 101011

Color Harmonies of #426F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F99

Black with #426F99

Text Example


Text Example

White with #426F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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