Html Css Color HEX #4274CA Royal Blue

📋 copy color: '#4274CA'

red 66 ◦ green 116 ◦ blue 202

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

Shades of Royal Blue #4274CA

Tints of Royal Blue #4274CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 17.19%
G = 30.21%
B = 52.6%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4274CA (or 0x4274CA) is known color: Royal Blue. HEX triplet: 42, 74 and CA. RGB value is (66,116,202). Sum of RGB (Red+Green+Blue) = 66+116+202=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #4274CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274CA is #BD8B35. Grayscale: #6E6E6E. Windows color (decimal): -12421942 or 13268034. OLE color: 13268034.

HSL color Cylindrical-coordinate representation of color #4274CA: hue angle of 217.94º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4274CA is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 116 202 -
CMYK 0.67 0.43 0 0.21
HSL 217.94º 0.56% 0.53% -
HSV(B) 217.94º 0.67% 0.79% -
XYZ 19.15 17.91 58.33 -
YUV 110.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 66 116 202 0.67 0.43 0 0.21 217.94 0.56 0.53
Hex 42 74 CA 43 2B 0 15 DA 38 35
Octal 102 164 312 103 53 0 25 332 70 65
Binary 1000010 1110100 11001010 1000011 101011 0 10101 11011010 111000 110101

Color Harmonies of #4274CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274CA

Black with #4274CA

Text Example


Text Example

White with #4274CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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