Html Css Color HEX #4A669B San Marino

📋 copy color: '#4A669B'

red 74 ◦ green 102 ◦ blue 155

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

Shades of San Marino #4A669B

Tints of San Marino #4A669B

RGB

 RED value IS 74 (29.3% from 255) = 22.36%

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 22.36%
G = 30.82%
B = 46.83%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A669B (or 0x4A669B) is known color: San Marino. HEX triplet: 4A, 66 and 9B. RGB value is (74,102,155). Sum of RGB (Red+Green+Blue) = 74+102+155=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A669B is #B59964. Grayscale: #636363. Windows color (decimal): -11901285 or 10184266. OLE color: 10184266.

HSL color Cylindrical-coordinate representation of color #4A669B: hue angle of 219.26º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A669B is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 102 155 -
CMYK 0.52 0.34 0 0.39
HSL 219.26º 0.35% 0.45% -
HSV(B) 219.26º 0.52% 0.61% -
XYZ 13.49 13.33 32.87 -
YUV 99.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 74 102 155 0.52 0.34 0 0.39 219.26 0.35 0.45
Hex 4A 66 9B 34 22 0 27 DB 23 2D
Octal 112 146 233 64 42 0 47 333 43 55
Binary 1001010 1100110 10011011 110100 100010 0 100111 11011011 100011 101101

Color Harmonies of #4A669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A669B

Black with #4A669B

Text Example


Text Example

White with #4A669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A669B; }

 p { color: rgb(74,102,155); }

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

background-color css

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

 a { background-color: rgb(74,102,155); }

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

border-color css

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

 span { border-color: rgb(74,102,155); }

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