Html Css Color HEX #4A67CE Royal Blue

📋 copy color: '#4A67CE'

red 74 ◦ green 103 ◦ blue 206

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

Shades of Royal Blue #4A67CE

Tints of Royal Blue #4A67CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 19.32%
G = 26.89%
B = 53.79%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A67CE (or 0x4A67CE) is known color: Royal Blue. HEX triplet: 4A, 67 and CE. RGB value is (74,103,206). Sum of RGB (Red+Green+Blue) = 74+103+206=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A67CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A67CE is #B59831. Grayscale: #696969. Windows color (decimal): -11900978 or 13526858. OLE color: 13526858.

HSL color Cylindrical-coordinate representation of color #4A67CE: hue angle of 226.82º degrees, saturation: 0.57, 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 #4A67CE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 103 206 -
CMYK 0.64 0.50 0 0.19
HSL 226.82º 0.57% 0.55% -
HSV(B) 226.82º 0.64% 0.81% -
XYZ 18.81 15.61 60.41 -
YUV 106.07 184.39 105.12 -
System Red Green Blue C M Y K H S L
Decimal 74 103 206 0.64 0.50 0 0.19 226.82 0.57 0.55
Hex 4A 67 CE 40 32 0 13 E3 39 37
Octal 112 147 316 100 62 0 23 343 71 67
Binary 1001010 1100111 11001110 1000000 110010 0 10011 11100011 111001 110111

Color Harmonies of #4A67CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A67CE

Black with #4A67CE

Text Example


Text Example

White with #4A67CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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