Html Css Color HEX #4875E6 Royal Blue

📋 copy color: '#4875E6'

red 72 ◦ green 117 ◦ blue 230

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

Shades of Royal Blue #4875E6

Tints of Royal Blue #4875E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.89%

R = 17.18%
G = 27.92%
B = 54.89%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4875E6 (or 0x4875E6) is known color: Royal Blue. HEX triplet: 48, 75 and E6. RGB value is (72,117,230). Sum of RGB (Red+Green+Blue) = 72+117+230=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #4875E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4875E6 is #B78A19. Grayscale: #737373. Windows color (decimal): -12028442 or 15103304. OLE color: 15103304.

HSL color Cylindrical-coordinate representation of color #4875E6: hue angle of 222.91º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4875E6 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 117 230 -
CMYK 0.69 0.49 0 0.10
HSL 222.91º 0.76% 0.59% -
HSV(B) 222.91º 0.69% 0.9% -
XYZ 23.32 19.81 77.46 -
YUV 116.43 192.09 96.31 -
System Red Green Blue C M Y K H S L
Decimal 72 117 230 0.69 0.49 0 0.10 222.91 0.76 0.59
Hex 48 75 E6 45 31 0 A DF 4C 3B
Octal 110 165 346 105 61 0 12 337 114 73
Binary 1001000 1110101 11100110 1000101 110001 0 1010 11011111 1001100 111011

Color Harmonies of #4875E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875E6

Black with #4875E6

Text Example


Text Example

White with #4875E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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