Html Css Color HEX #4B6794 San Marino

📋 copy color: '#4B6794'

red 75 ◦ green 103 ◦ blue 148

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

Shades of San Marino #4B6794

Tints of San Marino #4B6794

RGB

 RED value IS 75 (29.69% from 255) = 23.01%

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 23.01%
G = 31.6%
B = 45.4%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B6794 (or 0x4B6794) is known color: San Marino. HEX triplet: 4B, 67 and 94. RGB value is (75,103,148). Sum of RGB (Red+Green+Blue) = 75+103+148=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B6794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6794 is #B4986B. Grayscale: #636363. Windows color (decimal): -11835500 or 9725771. OLE color: 9725771.

HSL color Cylindrical-coordinate representation of color #4B6794: hue angle of 216.99º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B6794 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 103 148 -
CMYK 0.49 0.30 0 0.42
HSL 216.99º 0.33% 0.44% -
HSV(B) 216.99º 0.49% 0.58% -
XYZ 13.1 13.33 29.9 -
YUV 99.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 75 103 148 0.49 0.30 0 0.42 216.99 0.33 0.44
Hex 4B 67 94 31 1E 0 2A D9 21 2C
Octal 113 147 224 61 36 0 52 331 41 54
Binary 1001011 1100111 10010100 110001 11110 0 101010 11011001 100001 101100

Color Harmonies of #4B6794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6794

Black with #4B6794

Text Example


Text Example

White with #4B6794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,103,148); }

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

background-color css

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

 a { background-color: rgb(75,103,148); }

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

border-color css

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

 span { border-color: rgb(75,103,148); }

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