Html Css Color HEX #4A75CF Royal Blue

📋 copy color: '#4A75CF'

red 74 ◦ green 117 ◦ blue 207

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

Shades of Royal Blue #4A75CF

Tints of Royal Blue #4A75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 18.59%
G = 29.4%
B = 52.01%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A75CF (or 0x4A75CF) is known color: Royal Blue. HEX triplet: 4A, 75 and CF. RGB value is (74,117,207). Sum of RGB (Red+Green+Blue) = 74+117+207=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A75CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A75CF is #B58A30. Grayscale: #727272. Windows color (decimal): -11897393 or 13595978. OLE color: 13595978.

HSL color Cylindrical-coordinate representation of color #4A75CF: hue angle of 220.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A75CF is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 117 207 -
CMYK 0.64 0.43 0 0.19
HSL 220.6º 0.58% 0.55% -
HSV(B) 220.6º 0.64% 0.81% -
XYZ 20.45 18.68 61.56 -
YUV 114.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 74 117 207 0.64 0.43 0 0.19 220.6 0.58 0.55
Hex 4A 75 CF 40 2B 0 13 DD 3A 37
Octal 112 165 317 100 53 0 23 335 72 67
Binary 1001010 1110101 11001111 1000000 101011 0 10011 11011101 111010 110111

Color Harmonies of #4A75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A75CF

Black with #4A75CF

Text Example


Text Example

White with #4A75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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