Html Css Color HEX #4B6894 San Marino

📋 copy color: '#4B6894'

red 75 ◦ green 104 ◦ blue 148

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

Shades of San Marino #4B6894

Tints of San Marino #4B6894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

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

R = 22.94%
G = 31.8%
B = 45.26%

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

#4B6894 (or 0x4B6894) is known color: San Marino. HEX triplet: 4B, 68 and 94. RGB value is (75,104,148). Sum of RGB (Red+Green+Blue) = 75+104+148=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B6894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6894 is #B4976B. Grayscale: #646464. Windows color (decimal): -11835244 or 9726027. OLE color: 9726027.

HSL color Cylindrical-coordinate representation of color #4B6894: hue angle of 216.16º 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 #4B6894 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 104 148 -
CMYK 0.49 0.30 0 0.42
HSL 216.16º 0.33% 0.44% -
HSV(B) 216.16º 0.49% 0.58% -
XYZ 13.2 13.53 29.93 -
YUV 100.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 75 104 148 0.49 0.30 0 0.42 216.16 0.33 0.44
Hex 4B 68 94 31 1E 0 2A D8 21 2C
Octal 113 150 224 61 36 0 52 330 41 54
Binary 1001011 1101000 10010100 110001 11110 0 101010 11011000 100001 101100

Color Harmonies of #4B6894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6894

Black with #4B6894

Text Example


Text Example

White with #4B6894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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