Html Css Color HEX #4274CE Royal Blue

📋 copy color: '#4274CE'

red 66 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #4274CE

Tints of Royal Blue #4274CE

RGB

 RED value IS 66 (26.17% from 255) = 17.01%

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 17.01%
G = 29.9%
B = 53.09%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4274CE (or 0x4274CE) is known color: Royal Blue. HEX triplet: 42, 74 and CE. RGB value is (66,116,206). Sum of RGB (Red+Green+Blue) = 66+116+206=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #4274CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274CE is #BD8B31. Grayscale: #6E6E6E. Windows color (decimal): -12421938 or 13530178. OLE color: 13530178.

HSL color Cylindrical-coordinate representation of color #4274CE: hue angle of 218.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4274CE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 116 206 -
CMYK 0.68 0.44 0 0.19
HSL 218.57º 0.59% 0.53% -
HSV(B) 218.57º 0.68% 0.81% -
XYZ 19.63 18.11 60.85 -
YUV 111.31 181.44 95.68 -
System Red Green Blue C M Y K H S L
Decimal 66 116 206 0.68 0.44 0 0.19 218.57 0.59 0.53
Hex 42 74 CE 44 2C 0 13 DB 3B 35
Octal 102 164 316 104 54 0 23 333 73 65
Binary 1000010 1110100 11001110 1000100 101100 0 10011 11011011 111011 110101

Color Harmonies of #4274CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274CE

Black with #4274CE

Text Example


Text Example

White with #4274CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4274CE; }

 p { color: rgb(66,116,206); }

 H1.HeaderClassName
 {
   color: #4274CE;
 }
 .AnyTagClassName
 {
   color: #4274CE;
 }
</style>

background-color css

<style>
 a { background-color: #4274CE; }

 a { background-color: rgb(66,116,206); }

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

border-color css

<style>
 span { border-color: #4274CE; }

 span { border-color: rgb(66,116,206); }

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