Html Css Color HEX #4274CC Royal Blue

📋 copy color: '#4274CC'

red 66 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #4274CC

Tints of Royal Blue #4274CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 17.1%
G = 30.05%
B = 52.85%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4274CC (or 0x4274CC) is known color: Royal Blue. HEX triplet: 42, 74 and CC. RGB value is (66,116,204). Sum of RGB (Red+Green+Blue) = 66+116+204=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #4274CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274CC is #BD8B33. Grayscale: #6E6E6E. Windows color (decimal): -12421940 or 13399106. OLE color: 13399106.

HSL color Cylindrical-coordinate representation of color #4274CC: hue angle of 218.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4274CC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 116 204 -
CMYK 0.68 0.43 0 0.2
HSL 218.26º 0.58% 0.53% -
HSV(B) 218.26º 0.68% 0.8% -
XYZ 19.39 18.01 59.58 -
YUV 111.08 180.44 95.84 -
System Red Green Blue C M Y K H S L
Decimal 66 116 204 0.68 0.43 0 0.2 218.26 0.58 0.53
Hex 42 74 CC 44 2B 0 14 DA 3A 35
Octal 102 164 314 104 53 0 24 332 72 65
Binary 1000010 1110100 11001100 1000100 101011 0 10100 11011010 111010 110101

Color Harmonies of #4274CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274CC

Black with #4274CC

Text Example


Text Example

White with #4274CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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