Html Css Color HEX #4A67EA Royal Blue

📋 copy color: '#4A67EA'

red 74 ◦ green 103 ◦ blue 234

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

Shades of Royal Blue #4A67EA

Tints of Royal Blue #4A67EA

RGB

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

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

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

R = 18%
G = 25.06%
B = 56.93%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A67EA (or 0x4A67EA) is known color: Royal Blue. HEX triplet: 4A, 67 and EA. RGB value is (74,103,234). Sum of RGB (Red+Green+Blue) = 74+103+234=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A67EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A67EA is #B59815. Grayscale: #6C6C6C. Windows color (decimal): -11900950 or 15361866. OLE color: 15361866.

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

Color convert

RGB 74 103 234 -
CMYK 0.68 0.56 0 0.08
HSL 229.13º 0.79% 0.6% -
HSV(B) 229.13º 0.68% 0.92% -
XYZ 22.53 17.1 79.95 -
YUV 109.26 198.39 102.85 -
System Red Green Blue C M Y K H S L
Decimal 74 103 234 0.68 0.56 0 0.08 229.13 0.79 0.6
Hex 4A 67 EA 44 38 0 8 E5 4F 3C
Octal 112 147 352 104 70 0 10 345 117 74
Binary 1001010 1100111 11101010 1000100 111000 0 1000 11100101 1001111 111100

Color Harmonies of #4A67EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A67EA

Black with #4A67EA

Text Example


Text Example

White with #4A67EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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