Html Css Color HEX #4A75EB Royal Blue

📋 copy color: '#4A75EB'

red 74 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #4A75EB

Tints of Royal Blue #4A75EB

RGB

 RED value IS 74 (29.3% from 255) = 17.37%

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

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 17.37%
G = 27.46%
B = 55.16%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A75EB (or 0x4A75EB) is known color: Royal Blue. HEX triplet: 4A, 75 and EB. RGB value is (74,117,235). Sum of RGB (Red+Green+Blue) = 74+117+235=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A75EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A75EB is #B58A14. Grayscale: #757575. Windows color (decimal): -11897365 or 15430986. OLE color: 15430986.

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

Color convert

RGB 74 117 235 -
CMYK 0.69 0.50 0 0.08
HSL 223.98º 0.8% 0.61% -
HSV(B) 223.98º 0.69% 0.92% -
XYZ 24.18 20.18 81.22 -
YUV 117.6 194.25 96.91 -
System Red Green Blue C M Y K H S L
Decimal 74 117 235 0.69 0.50 0 0.08 223.98 0.8 0.61
Hex 4A 75 EB 45 32 0 8 E0 50 3D
Octal 112 165 353 105 62 0 10 340 120 75
Binary 1001010 1110101 11101011 1000101 110010 0 1000 11100000 1010000 111101

Color Harmonies of #4A75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A75EB

Black with #4A75EB

Text Example


Text Example

White with #4A75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,117,235); }

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

background-color css

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

 a { background-color: rgb(74,117,235); }

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

border-color css

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

 span { border-color: rgb(74,117,235); }

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