Html Css Color HEX #427CB2 Steel Blue

📋 copy color: '#427CB2'

red 66 ◦ green 124 ◦ blue 178

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

Shades of Steel Blue #427CB2

Tints of Steel Blue #427CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 17.93%
G = 33.7%
B = 48.37%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#427CB2 (or 0x427CB2) is known color: Steel Blue. HEX triplet: 42, 7C and B2. RGB value is (66,124,178). Sum of RGB (Red+Green+Blue) = 66+124+178=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #427CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427CB2 is #BD834D. Grayscale: #707070. Windows color (decimal): -12419918 or 11697218. OLE color: 11697218.

HSL color Cylindrical-coordinate representation of color #427CB2: hue angle of 208.93º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427CB2 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 124 178 -
CMYK 0.63 0.30 0 0.30
HSL 208.93º 0.46% 0.48% -
HSV(B) 208.93º 0.63% 0.7% -
XYZ 17.49 18.79 44.82 -
YUV 112.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 66 124 178 0.63 0.30 0 0.30 208.93 0.46 0.48
Hex 42 7C B2 3F 1E 0 1E D1 2E 30
Octal 102 174 262 77 36 0 36 321 56 60
Binary 1000010 1111100 10110010 111111 11110 0 11110 11010001 101110 110000

Color Harmonies of #427CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CB2

Black with #427CB2

Text Example


Text Example

White with #427CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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