Html Css Color HEX #4A67DA Royal Blue

📋 copy color: '#4A67DA'

red 74 ◦ green 103 ◦ blue 218

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

Shades of Royal Blue #4A67DA

Tints of Royal Blue #4A67DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 18.73%
G = 26.08%
B = 55.19%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A67DA (or 0x4A67DA) is known color: Royal Blue. HEX triplet: 4A, 67 and DA. RGB value is (74,103,218). Sum of RGB (Red+Green+Blue) = 74+103+218=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A67DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A67DA is #B59825. Grayscale: #6A6A6A. Windows color (decimal): -11900966 or 14313290. OLE color: 14313290.

HSL color Cylindrical-coordinate representation of color #4A67DA: hue angle of 227.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A67DA is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 103 218 -
CMYK 0.66 0.53 0 0.15
HSL 227.92º 0.66% 0.57% -
HSV(B) 227.92º 0.66% 0.85% -
XYZ 20.33 16.22 68.39 -
YUV 107.44 190.39 104.15 -
System Red Green Blue C M Y K H S L
Decimal 74 103 218 0.66 0.53 0 0.15 227.92 0.66 0.57
Hex 4A 67 DA 42 35 0 F E4 42 39
Octal 112 147 332 102 65 0 17 344 102 71
Binary 1001010 1100111 11011010 1000010 110101 0 1111 11100100 1000010 111001

Color Harmonies of #4A67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A67DA

Black with #4A67DA

Text Example


Text Example

White with #4A67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,218); }

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

background-color css

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

 a { background-color: rgb(74,103,218); }

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

border-color css

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

 span { border-color: rgb(74,103,218); }

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