Html Css Color HEX #426F9E San Marino

📋 copy color: '#426F9E'

red 66 ◦ green 111 ◦ blue 158

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

Shades of San Marino #426F9E

Tints of San Marino #426F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 19.7%
G = 33.13%
B = 47.16%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#426F9E (or 0x426F9E) is known color: San Marino. HEX triplet: 42, 6F and 9E. RGB value is (66,111,158). Sum of RGB (Red+Green+Blue) = 66+111+158=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #426F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F9E is #BD9061. Grayscale: #666666. Windows color (decimal): -12423266 or 10383170. OLE color: 10383170.

HSL color Cylindrical-coordinate representation of color #426F9E: hue angle of 210.65º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #426F9E is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 111 158 -
CMYK 0.58 0.30 0 0.38
HSL 210.65º 0.41% 0.44% -
HSV(B) 210.65º 0.58% 0.62% -
XYZ 14.1 15 34.5 -
YUV 102.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 66 111 158 0.58 0.30 0 0.38 210.65 0.41 0.44
Hex 42 6F 9E 3A 1E 0 26 D3 29 2C
Octal 102 157 236 72 36 0 46 323 51 54
Binary 1000010 1101111 10011110 111010 11110 0 100110 11010011 101001 101100

Color Harmonies of #426F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F9E

Black with #426F9E

Text Example


Text Example

White with #426F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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