Html Css Color HEX #4B769B San Marino

📋 copy color: '#4B769B'

red 75 ◦ green 118 ◦ blue 155

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

Shades of San Marino #4B769B

Tints of San Marino #4B769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

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

R = 21.55%
G = 33.91%
B = 44.54%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B769B (or 0x4B769B) is known color: San Marino. HEX triplet: 4B, 76 and 9B. RGB value is (75,118,155). Sum of RGB (Red+Green+Blue) = 75+118+155=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B769B is #B48964. Grayscale: #6D6D6D. Windows color (decimal): -11831653 or 10188363. OLE color: 10188363.

HSL color Cylindrical-coordinate representation of color #4B769B: hue angle of 207.75º 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 #4B769B is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 118 155 -
CMYK 0.52 0.24 0 0.39
HSL 207.75º 0.35% 0.45% -
HSV(B) 207.75º 0.52% 0.61% -
XYZ 15.3 16.82 33.45 -
YUV 109.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 75 118 155 0.52 0.24 0 0.39 207.75 0.35 0.45
Hex 4B 76 9B 34 18 0 27 D0 23 2D
Octal 113 166 233 64 30 0 47 320 43 55
Binary 1001011 1110110 10011011 110100 11000 0 100111 11010000 100011 101101

Color Harmonies of #4B769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B769B

Black with #4B769B

Text Example


Text Example

White with #4B769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,118,155); }

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

background-color css

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

 a { background-color: rgb(75,118,155); }

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

border-color css

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

 span { border-color: rgb(75,118,155); }

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