Html Css Color HEX #4D75EA Royal Blue

📋 copy color: '#4D75EA'

red 77 ◦ green 117 ◦ blue 234

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

Shades of Royal Blue #4D75EA

Tints of Royal Blue #4D75EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 17.99%
G = 27.34%
B = 54.67%

CMYK

 C value IS 0.67

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D75EA (or 0x4D75EA) is known color: Royal Blue. HEX triplet: 4D, 75 and EA. RGB value is (77,117,234). Sum of RGB (Red+Green+Blue) = 77+117+234=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D75EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D75EA is #B28A15. Grayscale: #757575. Windows color (decimal): -11700758 or 15365453. OLE color: 15365453.

HSL color Cylindrical-coordinate representation of color #4D75EA: hue angle of 224.71º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D75EA is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 117 234 -
CMYK 0.67 0.5 0 0.08
HSL 224.71º 0.79% 0.61% -
HSV(B) 224.71º 0.67% 0.92% -
XYZ 24.27 20.24 80.47 -
YUV 118.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 77 117 234 0.67 0.5 0 0.08 224.71 0.79 0.61
Hex 4D 75 EA 43 32 0 8 E1 4F 3D
Octal 115 165 352 103 62 0 10 341 117 75
Binary 1001101 1110101 11101010 1000011 110010 0 1000 11100001 1001111 111101

Color Harmonies of #4D75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D75EA

Black with #4D75EA

Text Example


Text Example

White with #4D75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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