Html Css Color HEX #4865B4 Mariner

📋 copy color: '#4865B4'

red 72 ◦ green 101 ◦ blue 180

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

Shades of Mariner #4865B4

Tints of Mariner #4865B4

RGB

 RED value IS 72 (28.52% from 255) = 20.4%

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 20.4%
G = 28.61%
B = 50.99%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4865B4 (or 0x4865B4) is known color: Mariner. HEX triplet: 48, 65 and B4. RGB value is (72,101,180). Sum of RGB (Red+Green+Blue) = 72+101+180=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #4865B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865B4 is #B79A4B. Grayscale: #646464. Windows color (decimal): -12032588 or 11822408. OLE color: 11822408.

HSL color Cylindrical-coordinate representation of color #4865B4: hue angle of 223.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4865B4 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 101 180 -
CMYK 0.60 0.44 0 0.29
HSL 223.89º 0.43% 0.49% -
HSV(B) 223.89º 0.6% 0.71% -
XYZ 15.56 13.98 45.06 -
YUV 101.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 72 101 180 0.60 0.44 0 0.29 223.89 0.43 0.49
Hex 48 65 B4 3C 2C 0 1D E0 2B 31
Octal 110 145 264 74 54 0 35 340 53 61
Binary 1001000 1100101 10110100 111100 101100 0 11101 11100000 101011 110001

Color Harmonies of #4865B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4865B4

Black with #4865B4

Text Example


Text Example

White with #4865B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4865B4; }

 p { color: rgb(72,101,180); }

 H1.HeaderClassName
 {
   color: #4865B4;
 }
 .AnyTagClassName
 {
   color: #4865B4;
 }
</style>

background-color css

<style>
 a { background-color: #4865B4; }

 a { background-color: rgb(72,101,180); }

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

border-color css

<style>
 span { border-color: #4865B4; }

 span { border-color: rgb(72,101,180); }

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