Html Css Color HEX #4B6AB6 Mariner

📋 copy color: '#4B6AB6'

red 75 ◦ green 106 ◦ blue 182

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

Shades of Mariner #4B6AB6

Tints of Mariner #4B6AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 182 (71.48% from 255) = 50.14%

R = 20.66%
G = 29.2%
B = 50.14%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4B6AB6 (or 0x4B6AB6) is known color: Mariner. HEX triplet: 4B, 6A and B6. RGB value is (75,106,182). Sum of RGB (Red+Green+Blue) = 75+106+182=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B6AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6AB6 is #B49549. Grayscale: #696969. Windows color (decimal): -11834698 or 11954763. OLE color: 11954763.

HSL color Cylindrical-coordinate representation of color #4B6AB6: hue angle of 222.62º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B6AB6 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 106 182 -
CMYK 0.59 0.42 0 0.29
HSL 222.62º 0.42% 0.5% -
HSV(B) 222.62º 0.59% 0.71% -
XYZ 16.5 15.18 46.32 -
YUV 105.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 75 106 182 0.59 0.42 0 0.29 222.62 0.42 0.5
Hex 4B 6A B6 3B 2A 0 1D DF 2A 32
Octal 113 152 266 73 52 0 35 337 52 62
Binary 1001011 1101010 10110110 111011 101010 0 11101 11011111 101010 110010

Color Harmonies of #4B6AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6AB6

Black with #4B6AB6

Text Example


Text Example

White with #4B6AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,106,182); }

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

background-color css

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

 a { background-color: rgb(75,106,182); }

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

border-color css

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

 span { border-color: rgb(75,106,182); }

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