Html Css Color HEX #4D75FA Royal Blue

📋 copy color: '#4D75FA'

red 77 ◦ green 117 ◦ blue 250

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

Shades of Royal Blue #4D75FA

Tints of Royal Blue #4D75FA

RGB

 RED value IS 77 (30.47% from 255) = 17.34%

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 17.34%
G = 26.35%
B = 56.31%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D75FA (or 0x4D75FA) is known color: Royal Blue. HEX triplet: 4D, 75 and FA. RGB value is (77,117,250). Sum of RGB (Red+Green+Blue) = 77+117+250=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D75FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D75FA is #B28A05. Grayscale: #777777. Windows color (decimal): -11700742 or 16414029. OLE color: 16414029.

HSL color Cylindrical-coordinate representation of color #4D75FA: hue angle of 226.13º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D75FA is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 117 250 -
CMYK 0.69 0.53 0 0.02
HSL 226.13º 0.95% 0.64% -
HSV(B) 226.13º 0.69% 0.98% -
XYZ 26.68 21.2 93.13 -
YUV 120.2 201.25 97.19 -
System Red Green Blue C M Y K H S L
Decimal 77 117 250 0.69 0.53 0 0.02 226.13 0.95 0.64
Hex 4D 75 FA 45 35 0 2 E2 5F 40
Octal 115 165 372 105 65 0 2 342 137 100
Binary 1001101 1110101 11111010 1000101 110101 0 10 11100010 1011111 1000000

Color Harmonies of #4D75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D75FA

Black with #4D75FA

Text Example


Text Example

White with #4D75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,117,250); }

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

background-color css

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

 a { background-color: rgb(77,117,250); }

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

border-color css

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

 span { border-color: rgb(77,117,250); }

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