Html Css Color HEX #4F75D1 Royal Blue

📋 copy color: '#4F75D1'

red 79 ◦ green 117 ◦ blue 209

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

Shades of Royal Blue #4F75D1

Tints of Royal Blue #4F75D1

RGB

 RED value IS 79 (31.25% from 255) = 19.51%

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

 BLUE value IS 209 (82.03% from 255) = 51.6%

R = 19.51%
G = 28.89%
B = 51.6%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4F75D1 (or 0x4F75D1) is known color: Royal Blue. HEX triplet: 4F, 75 and D1. RGB value is (79,117,209). Sum of RGB (Red+Green+Blue) = 79+117+209=405 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.51% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F75D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F75D1 is #B08A2E. Grayscale: #737373. Windows color (decimal): -11569711 or 13727055. OLE color: 13727055.

HSL color Cylindrical-coordinate representation of color #4F75D1: hue angle of 222.46º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F75D1 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 117 209 -
CMYK 0.62 0.44 0 0.18
HSL 222.46º 0.59% 0.56% -
HSV(B) 222.46º 0.62% 0.82% -
XYZ 21.09 18.99 62.87 -
YUV 116.13 180.41 101.52 -
System Red Green Blue C M Y K H S L
Decimal 79 117 209 0.62 0.44 0 0.18 222.46 0.59 0.56
Hex 4F 75 D1 3E 2C 0 12 DE 3B 38
Octal 117 165 321 76 54 0 22 336 73 70
Binary 1001111 1110101 11010001 111110 101100 0 10010 11011110 111011 111000

Color Harmonies of #4F75D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F75D1

Black with #4F75D1

Text Example


Text Example

White with #4F75D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,117,209); }

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

background-color css

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

 a { background-color: rgb(79,117,209); }

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

border-color css

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

 span { border-color: rgb(79,117,209); }

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