Html Css Color HEX #427CB7 Steel Blue

📋 copy color: '#427CB7'

red 66 ◦ green 124 ◦ blue 183

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

Shades of Steel Blue #427CB7

Tints of Steel Blue #427CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.06%

R = 17.69%
G = 33.24%
B = 49.06%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#427CB7 (or 0x427CB7) is known color: Steel Blue. HEX triplet: 42, 7C and B7. RGB value is (66,124,183). Sum of RGB (Red+Green+Blue) = 66+124+183=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #427CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CB7 is #BD8348. Grayscale: #717171. Windows color (decimal): -12419913 or 12024898. OLE color: 12024898.

HSL color Cylindrical-coordinate representation of color #427CB7: hue angle of 210.26º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427CB7 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 124 183 -
CMYK 0.64 0.32 0 0.28
HSL 210.26º 0.47% 0.49% -
HSV(B) 210.26º 0.64% 0.72% -
XYZ 18 18.99 47.52 -
YUV 113.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 66 124 183 0.64 0.32 0 0.28 210.26 0.47 0.49
Hex 42 7C B7 40 20 0 1C D2 2F 31
Octal 102 174 267 100 40 0 34 322 57 61
Binary 1000010 1111100 10110111 1000000 100000 0 11100 11010010 101111 110001

Color Harmonies of #427CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CB7

Black with #427CB7

Text Example


Text Example

White with #427CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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