Html Css Color HEX #427099 San Marino

📋 copy color: '#427099'

red 66 ◦ green 112 ◦ blue 153

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

Shades of San Marino #427099

Tints of San Marino #427099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

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

R = 19.94%
G = 33.84%
B = 46.22%

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

#427099 (or 0x427099) is known color: San Marino. HEX triplet: 42, 70 and 99. RGB value is (66,112,153). Sum of RGB (Red+Green+Blue) = 66+112+153=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #427099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427099 is #BD8F66. Grayscale: #666666. Windows color (decimal): -12423015 or 10055746. OLE color: 10055746.

HSL color Cylindrical-coordinate representation of color #427099: hue angle of 208.28º 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 #427099 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 112 153 -
CMYK 0.57 0.27 0 0.4
HSL 208.28º 0.4% 0.43% -
HSV(B) 208.28º 0.57% 0.6% -
XYZ 13.79 15.05 32.31 -
YUV 102.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 66 112 153 0.57 0.27 0 0.4 208.28 0.4 0.43
Hex 42 70 99 39 1B 0 28 D0 28 2B
Octal 102 160 231 71 33 0 50 320 50 53
Binary 1000010 1110000 10011001 111001 11011 0 101000 11010000 101000 101011

Color Harmonies of #427099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427099

Black with #427099

Text Example


Text Example

White with #427099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427099; }

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

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

background-color css

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

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

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

border-color css

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

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

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