Html Css Color HEX #427AB3 Steel Blue

📋 copy color: '#427AB3'

red 66 ◦ green 122 ◦ blue 179

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

Shades of Steel Blue #427AB3

Tints of Steel Blue #427AB3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 179 (70.31% from 255) = 48.77%

R = 17.98%
G = 33.24%
B = 48.77%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#427AB3 (or 0x427AB3) is known color: Steel Blue. HEX triplet: 42, 7A and B3. RGB value is (66,122,179). Sum of RGB (Red+Green+Blue) = 66+122+179=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #427AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AB3 is #BD854C. Grayscale: #6F6F6F. Windows color (decimal): -12420429 or 11762242. OLE color: 11762242.

HSL color Cylindrical-coordinate representation of color #427AB3: hue angle of 210.27º 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 #427AB3 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 122 179 -
CMYK 0.63 0.32 0 0.30
HSL 210.27º 0.46% 0.48% -
HSV(B) 210.27º 0.63% 0.7% -
XYZ 17.34 18.33 45.27 -
YUV 111.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 66 122 179 0.63 0.32 0 0.30 210.27 0.46 0.48
Hex 42 7A B3 3F 20 0 1E D2 2E 30
Octal 102 172 263 77 40 0 36 322 56 60
Binary 1000010 1111010 10110011 111111 100000 0 11110 11010010 101110 110000

Color Harmonies of #427AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AB3

Black with #427AB3

Text Example


Text Example

White with #427AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,122,179); }

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

background-color css

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

 a { background-color: rgb(66,122,179); }

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

border-color css

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

 span { border-color: rgb(66,122,179); }

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