Html Css Color HEX #427CA6 Steel Blue

📋 copy color: '#427CA6'

red 66 ◦ green 124 ◦ blue 166

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

Shades of Steel Blue #427CA6

Tints of Steel Blue #427CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 18.54%
G = 34.83%
B = 46.63%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#427CA6 (or 0x427CA6) is known color: Steel Blue. HEX triplet: 42, 7C and A6. RGB value is (66,124,166). Sum of RGB (Red+Green+Blue) = 66+124+166=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #427CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427CA6 is #BD8359. Grayscale: #6F6F6F. Windows color (decimal): -12419930 or 10910786. OLE color: 10910786.

HSL color Cylindrical-coordinate representation of color #427CA6: hue angle of 205.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427CA6 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 124 166 -
CMYK 0.60 0.25 0 0.35
HSL 205.2º 0.43% 0.45% -
HSV(B) 205.2º 0.6% 0.65% -
XYZ 16.34 18.33 38.75 -
YUV 111.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 66 124 166 0.60 0.25 0 0.35 205.2 0.43 0.45
Hex 42 7C A6 3C 19 0 23 CD 2B 2D
Octal 102 174 246 74 31 0 43 315 53 55
Binary 1000010 1111100 10100110 111100 11001 0 100011 11001101 101011 101101

Color Harmonies of #427CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CA6

Black with #427CA6

Text Example


Text Example

White with #427CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427CA6; }

 p { color: rgb(66,124,166); }

 H1.HeaderClassName
 {
   color: #427CA6;
 }
 .AnyTagClassName
 {
   color: #427CA6;
 }
</style>

background-color css

<style>
 a { background-color: #427CA6; }

 a { background-color: rgb(66,124,166); }

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

border-color css

<style>
 span { border-color: #427CA6; }

 span { border-color: rgb(66,124,166); }

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