Html Css Color HEX #4875F6 Royal Blue

📋 copy color: '#4875F6'

red 72 ◦ green 117 ◦ blue 246

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

Shades of Royal Blue #4875F6

Tints of Royal Blue #4875F6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

 BLUE value IS 246 (96.48% from 255) = 56.55%

R = 16.55%
G = 26.9%
B = 56.55%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4875F6 (or 0x4875F6) is known color: Royal Blue. HEX triplet: 48, 75 and F6. RGB value is (72,117,246). Sum of RGB (Red+Green+Blue) = 72+117+246=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #4875F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4875F6 is #B78A09. Grayscale: #757575. Windows color (decimal): -12028426 or 16151880. OLE color: 16151880.

HSL color Cylindrical-coordinate representation of color #4875F6: hue angle of 224.48º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4875F6 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 117 246 -
CMYK 0.71 0.52 0 0.04
HSL 224.48º 0.91% 0.62% -
HSV(B) 224.48º 0.71% 0.96% -
XYZ 25.67 20.75 89.84 -
YUV 118.25 200.09 95.01 -
System Red Green Blue C M Y K H S L
Decimal 72 117 246 0.71 0.52 0 0.04 224.48 0.91 0.62
Hex 48 75 F6 47 34 0 4 E0 5B 3E
Octal 110 165 366 107 64 0 4 340 133 76
Binary 1001000 1110101 11110110 1000111 110100 0 100 11100000 1011011 111110

Color Harmonies of #4875F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875F6

Black with #4875F6

Text Example


Text Example

White with #4875F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4875F6; }

 p { color: rgb(72,117,246); }

 H1.HeaderClassName
 {
   color: #4875F6;
 }
 .AnyTagClassName
 {
   color: #4875F6;
 }
</style>

background-color css

<style>
 a { background-color: #4875F6; }

 a { background-color: rgb(72,117,246); }

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

border-color css

<style>
 span { border-color: #4875F6; }

 span { border-color: rgb(72,117,246); }

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